CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Nov 7 08:05:30 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Debug consistency / standard output To generate a diff of this commit: cvs rdiff -u -r1.264.4.46 -r1.264.4.47 src/sys/dev/usb/uhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Sat Nov 7 08:10:40 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhcireg.h Log Message: Provide a UHCI_TD_STATUS_MASK To generate a diff of this commit: cvs rdiff -u -r1.19.66.3 -r1.19.66.4 src/sys/dev/usb/uhcireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/sparc64
Module Name:src Committed By: martin Date: Sat Nov 7 11:47:09 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64: netbsd32_machdep.c Log Message: Fix kmem_free() size mismatch To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/arch/sparc64/sparc64/netbsd32_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: joerg Date: Sat Nov 7 13:28:05 UTC 2015 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Remove duplicate entry. To generate a diff of this commit: cvs rdiff -u -r1.2002 -r1.2003 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/rpc
Module Name:src Committed By: christos Date: Sat Nov 7 14:21:32 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_commondata.c Log Message: don't compile with SVC_LEGACY To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/rpc/rpc_commondata.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/amiga/dev
Module Name:src Committed By: phx Date: Sat Nov 7 14:29:10 UTC 2015 Modified Files: src/sys/arch/amiga/dev: grf.c grf_cv.c grf_cv3d.c grfvar.h Removed Files: src/sys/arch/amiga/dev: grfws.h Log Message: Improved wscons support. Virtual screens are now working. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/amiga/dev/grf.c cvs rdiff -u -r1.56 -r1.57 src/sys/arch/amiga/dev/grf_cv.c cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amiga/dev/grf_cv3d.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amiga/dev/grfvar.h cvs rdiff -u -r1.1 -r0 src/sys/arch/amiga/dev/grfws.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/sys/arch/arm/allwinner
Module Name:src Committed By: riz Date: Sat Nov 7 16:14:37 UTC 2015 Modified Files: src/sys/arch/arm/allwinner [netbsd-7-0]: awin_mmc.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1006): sys/arch/arm/allwinner/awin_mmc.c: revision 1.22 Avoid a divide by 0 when unplugging a sd card. To generate a diff of this commit: cvs rdiff -u -r1.3.10.3 -r1.3.10.3.2.1 src/sys/arch/arm/allwinner/awin_mmc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/arch/arm/allwinner
Module Name:src Committed By: riz Date: Sat Nov 7 16:15:03 UTC 2015 Modified Files: src/sys/arch/arm/allwinner [netbsd-7]: awin_mmc.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1006): sys/arch/arm/allwinner/awin_mmc.c: revision 1.22 Avoid a divide by 0 when unplugging a sd card. To generate a diff of this commit: cvs rdiff -u -r1.3.10.3 -r1.3.10.4 src/sys/arch/arm/allwinner/awin_mmc.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: nros Date: Sat Nov 7 16:21:42 UTC 2015 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi src/include: stdlib.h src/lib/libc: shlib_version src/lib/libc/stdlib: Makefile.inc malloc.3 posix_memalign.3 src/lib/librumpuser: rumpuser_port.h src/tests/lib/libc/stdlib: t_posix_memalign.c Added Files: src/lib/libc/stdlib: aligned_alloc.c Log Message: Add the C11 function aligned_alloc to libc. To generate a diff of this commit: cvs rdiff -u -r1.753 -r1.754 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.2003 -r1.2004 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.115 -r1.116 src/include/stdlib.h cvs rdiff -u -r1.259 -r1.260 src/lib/libc/shlib_version cvs rdiff -u -r1.90 -r1.91 src/lib/libc/stdlib/Makefile.inc cvs rdiff -u -r0 -r1.1 src/lib/libc/stdlib/aligned_alloc.c cvs rdiff -u -r1.44 -r1.45 src/lib/libc/stdlib/malloc.3 cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/posix_memalign.3 cvs rdiff -u -r1.46 -r1.47 src/lib/librumpuser/rumpuser_port.h cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_posix_memalign.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: riz Date: Sat Nov 7 16:37:03 UTC 2015 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: Ticket 1006. To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-7.0.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/lib/libcurses
Module Name:src Committed By: riz Date: Sat Nov 7 16:38:22 UTC 2015 Modified Files: src/lib/libcurses [netbsd-7]: toucholap.c Log Message: Pull up following revision(s) (requested by uwe in ticket #1007): lib/libcurses/toucholap.c: revision 1.16 Fix x/y edito. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.15.54.1 src/lib/libcurses/toucholap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: riz Date: Sat Nov 7 16:43:39 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Tickets 1006, 1007 To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist
Module Name:src Committed By: christos Date: Sat Nov 7 16:53:08 UTC 2015 Modified Files: src/external/gpl3/gcc/dist/libgcc/config/alpha: qrnnd.S src/external/gpl3/gcc/dist/libgcc/config/i386: morestack.S src/external/gpl3/gcc/dist/libitm/config/alpha: sjlj.S src/external/gpl3/gcc/dist/libitm/config/arm: sjlj.S src/external/gpl3/gcc/dist/libitm/config/powerpc: sjlj.S src/external/gpl3/gcc/dist/libitm/config/s390: sjlj.S src/external/gpl3/gcc/dist/libitm/config/sh: sjlj.S src/external/gpl3/gcc/dist/libitm/config/sparc: sjlj.S src/external/gpl3/gcc/dist/libitm/config/x86: sjlj.S src/external/gpl3/gcc/dist/libsanitizer/tsan: tsan_rtl_amd64.S Log Message: Fix inconsistencies with GNU-stack note: - always use __ELF__ && __linux, not just __ELF__ or just __linux__ - remember to pop back to the previous section where it is missing XXX: need to file this bug with the GNU folks. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libgcc/config/alpha/qrnnd.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libgcc/config/i386/morestack.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libitm/config/alpha/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libitm/config/arm/sjlj.S cvs rdiff -u -r1.1.1.2 -r1.2 \ src/external/gpl3/gcc/dist/libitm/config/powerpc/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libitm/config/s390/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libitm/config/sh/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libitm/config/sparc/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libitm/config/x86/sjlj.S cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/dist/libsanitizer/tsan/tsan_rtl_amd64.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc.old/dist
Module Name:src Committed By: christos Date: Sat Nov 7 16:54:00 UTC 2015 Modified Files: src/external/gpl3/gcc.old/dist/libgcc/config/alpha: qrnnd.S src/external/gpl3/gcc.old/dist/libgcc/config/i386: morestack.S src/external/gpl3/gcc.old/dist/libitm/config/alpha: sjlj.S src/external/gpl3/gcc.old/dist/libitm/config/arm: sjlj.S src/external/gpl3/gcc.old/dist/libitm/config/powerpc: sjlj.S src/external/gpl3/gcc.old/dist/libitm/config/s390: sjlj.S src/external/gpl3/gcc.old/dist/libitm/config/sh: sjlj.S src/external/gpl3/gcc.old/dist/libitm/config/sparc: sjlj.S src/external/gpl3/gcc.old/dist/libitm/config/x86: sjlj.S src/external/gpl3/gcc.old/dist/libsanitizer/tsan: tsan_rtl_amd64.S Log Message: Apply the GNU-stack fixes to the old branch. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libgcc/config/alpha/qrnnd.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libgcc/config/i386/morestack.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libitm/config/alpha/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libitm/config/arm/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libitm/config/powerpc/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libitm/config/s390/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libitm/config/sh/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libitm/config/sparc/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libitm/config/x86/sjlj.S cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc.old/dist/libsanitizer/tsan/tsan_rtl_amd64.S 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: christos Date: Sat Nov 7 16:58:24 UTC 2015 Modified Files: src/include/rpc: svc.h src/lib/libc/rpc: svc_fdset.c Log Message: Put back NULL tests for allocation failures. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/include/rpc/svc.h cvs rdiff -u -r1.6 -r1.7 src/lib/libc/rpc/svc_fdset.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/rpc
Module Name:src Committed By: christos Date: Sat Nov 7 17:34:33 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c svc_run.c svc_vc.c Log Message: check for errors and recover instead of core-dumping. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libc/rpc/svc.c cvs rdiff -u -r1.23 -r1.24 src/lib/libc/rpc/svc_run.c cvs rdiff -u -r1.31 -r1.32 src/lib/libc/rpc/svc_vc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/stdlib
Module Name:src Committed By: nros Date: Sat Nov 7 17:35:31 UTC 2015 Modified Files: src/tests/lib/libc/stdlib: t_posix_memalign.c Log Message: Fix code style errors pointed out by christos during the review of the aligned_alloc test that also applies to the posix_memalign test. Fix code style errors that I forgot to fix in the aligned_alloc test. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdlib/t_posix_memalign.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/patch
Module Name:src Committed By: joerg Date: Sat Nov 7 18:11:21 UTC 2015 Modified Files: src/usr.bin/patch: util.c Log Message: paths.h is not used. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/patch/util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/man
Module Name:src Committed By: nros Date: Sat Nov 7 18:17:51 UTC 2015 Modified Files: src/lib/libm/man: erf.3 Log Message: Fix typo in erfl synopsis. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libm/man/erf.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/patch
Module Name:src Committed By: joerg Date: Sat Nov 7 18:26:55 UTC 2015 Modified Files: src/usr.bin/patch: patch.1 Log Message: Explain what "-V none" does. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/patch/patch.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
Module Name:src Committed By: wiz Date: Sat Nov 7 18:46:37 UTC 2015 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/stdlib/malloc.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
Module Name:src Committed By: wiz Date: Sat Nov 7 18:47:26 UTC 2015 Modified Files: src/lib/libc/stdlib: posix_memalign.3 Log Message: Use Dv for NULL. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/stdlib/posix_memalign.3 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: wiz Date: Sat Nov 7 20:17:49 UTC 2015 Modified Files: src/doc: 3RDPARTY Log Message: less-481 is out. To generate a diff of this commit: cvs rdiff -u -r1.1262 -r1.1263 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/lib/libc/rpc
Module Name:src Committed By: christos Date: Sat Nov 7 20:24:00 UTC 2015 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: spell reserved. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/rpc/svc_fdset.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/lib/libm/src
Module Name:src Committed By: snj Date: Sat Nov 7 20:25:23 UTC 2015 Modified Files: src/lib/libm/src [netbsd-5]: lrint.c lrintf.c Log Message: Pull up following revision(s) (requested by nat in ticket #1972): lib/libm/src/lrintf.c: revision 1.6 lib/libm/src/lrint.c: revision 1.5 Return x for >= DBL_FRACBITS in lrint.c. Return x for >= SNG_FRACBITS in lrintf.c Addresses PR lib/49690 This commit was approved by christos@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.6.1 src/lib/libm/src/lrint.c cvs rdiff -u -r1.5 -r1.5.6.1 src/lib/libm/src/lrintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/ufs/lfs
Module Name:src Committed By: snj Date: Sat Nov 7 20:30:41 UTC 2015 Modified Files: src/sys/ufs/lfs [netbsd-5]: lfs_segment.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1974): sys/ufs/lfs/lfs_segment.c: revision 1.247 via patch Fix catastrophic bug in lfs_rewind() that changed segment numbers (lfs_curseg/lfs_nextseg in the superblock) using the wrong units. These fields are for whatever reason the start addresses of segments (measured in frags) rather than the segment numbers 0..n. This only apparently affects dumping from a mounted fs; however, it trashes the fs. I would really, really like to have a static analysis tool that can keep track of the units things are measured in, since fs code is full of conversion macros and the macros are named inscrutable things like "sntod" whose letters don't necessarily even correspond to the units they convert. It is surprising that more of these are not wrong. To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.213.8.1 src/sys/ufs/lfs/lfs_segment.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/sys/ufs/lfs
Module Name:src Committed By: snj Date: Sat Nov 7 20:30:56 UTC 2015 Modified Files: src/sys/ufs/lfs [netbsd-5-1]: lfs_segment.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1974): sys/ufs/lfs/lfs_segment.c: revision 1.247 via patch Fix catastrophic bug in lfs_rewind() that changed segment numbers (lfs_curseg/lfs_nextseg in the superblock) using the wrong units. These fields are for whatever reason the start addresses of segments (measured in frags) rather than the segment numbers 0..n. This only apparently affects dumping from a mounted fs; however, it trashes the fs. I would really, really like to have a static analysis tool that can keep track of the units things are measured in, since fs code is full of conversion macros and the macros are named inscrutable things like "sntod" whose letters don't necessarily even correspond to the units they convert. It is surprising that more of these are not wrong. To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.213.18.1 src/sys/ufs/lfs/lfs_segment.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/sys/ufs/lfs
Module Name:src Committed By: snj Date: Sat Nov 7 20:31:22 UTC 2015 Modified Files: src/sys/ufs/lfs [netbsd-5-2]: lfs_segment.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1974): sys/ufs/lfs/lfs_segment.c: revision 1.247 via patch Fix catastrophic bug in lfs_rewind() that changed segment numbers (lfs_curseg/lfs_nextseg in the superblock) using the wrong units. These fields are for whatever reason the start addresses of segments (measured in frags) rather than the segment numbers 0..n. This only apparently affects dumping from a mounted fs; however, it trashes the fs. I would really, really like to have a static analysis tool that can keep track of the units things are measured in, since fs code is full of conversion macros and the macros are named inscrutable things like "sntod" whose letters don't necessarily even correspond to the units they convert. It is surprising that more of these are not wrong. To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.213.22.1 src/sys/ufs/lfs/lfs_segment.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/libexec/ftpd
Module Name:src Committed By: snj Date: Sat Nov 7 20:33:26 UTC 2015 Modified Files: src/libexec/ftpd [netbsd-5]: logwtmp.c Log Message: Pull up following revision(s) (requested by shm in ticket #1975): libexec/ftpd/logwtmp.c: revision 1.26 libexec/ftpd/logwtmp.c: revision 1.27 Removed unnecessary memset(3) call -- Clear utmpx struct before writing it to wtmpx files To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.25.24.1 src/libexec/ftpd/logwtmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/dev/mii
Module Name:src Committed By: snj Date: Sat Nov 7 20:35:53 UTC 2015 Modified Files: src/sys/dev/mii [netbsd-5]: atphy.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1978): sys/dev/mii/atphy.c: revision 1.17 Fix incorrect argument of mii_anar(). Fixes PR#50206. XXX pullup -[567] To generate a diff of this commit: cvs rdiff -u -r1.5.2.2 -r1.5.2.3 src/sys/dev/mii/atphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/sys/dev/mii
Module Name:src Committed By: snj Date: Sat Nov 7 20:36:42 UTC 2015 Modified Files: src/sys/dev/mii [netbsd-5-1]: atphy.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1978): sys/dev/mii/atphy.c: revision 1.17 Fix incorrect argument of mii_anar(). Fixes PR#50206. To generate a diff of this commit: cvs rdiff -u -r1.5.2.2 -r1.5.2.2.2.1 src/sys/dev/mii/atphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/sys/dev/mii
Module Name:src Committed By: snj Date: Sat Nov 7 20:37:09 UTC 2015 Modified Files: src/sys/dev/mii [netbsd-5-2]: atphy.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1978): sys/dev/mii/atphy.c: revision 1.17 Fix incorrect argument of mii_anar(). Fixes PR#50206. To generate a diff of this commit: cvs rdiff -u -r1.5.2.2 -r1.5.2.2.6.1 src/sys/dev/mii/atphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/sys/kern
Module Name:src Committed By: snj Date: Sat Nov 7 20:42:26 UTC 2015 Modified Files: src/sys/kern [netbsd-5-2]: kern_exec.c kern_exit.c kern_synch.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1979): sys/kern/kern_synch.c: revision 1.309 sys/kern/kern_exit.c: revisions 1.246, 1.247 sys/kern/kern_exec.c: revision 1.419 In execve_runproc(), update the p_waited entry for the process being moved to SSTOP state, not for its parent. (It is correct to update the parent's p_nstopchild count.) If the value is not already zero, it could prevent its parent from waiting for the process. Fixes PR kern/50298 -- When clearing out the scheduler queues during system shutdown, we move all processes to the SSTOP state. Make sure we update each process's p_waited and the parents' p_nstopchild counters to maintain consistent values. Should not make any real difference this late in the shutdown process, but we should still be consistent just in case. Fixes PR kern/50318 -- Currently, if a process is exiting and its parent has indicated no intent of reaping the process (nor any other children), the process wil get reparented to init. Since the state of the exiting process at this point is SDEAD, proc_reparent() will not update either the old or new parent's p_nstopchild counters. This change causes both old and new parents to be properly updated. Fixes PR kern/50300 -- For processes marked with PS_STOPEXIT, update the process's p_waited value, and update its parent's p_nstopchild value when marking the process's p_stat to SSTOP. The process needed to be SACTIVE to get here, so this transition represents an additional process for which the parent needs to wait. Fixes PR kern/50308 To generate a diff of this commit: cvs rdiff -u -r1.280.4.3 -r1.280.4.3.10.1 src/sys/kern/kern_exec.c cvs rdiff -u -r1.214.4.2 -r1.214.4.2.6.1 src/sys/kern/kern_exit.c cvs rdiff -u -r1.254.2.6 -r1.254.2.6.10.1 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: [netbsd-5-1] src/sys/kern
Module Name:src Committed By: snj Date: Sat Nov 7 20:42:59 UTC 2015 Modified Files: src/sys/kern [netbsd-5-1]: kern_exec.c kern_exit.c kern_synch.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1979): sys/kern/kern_synch.c: revision 1.309 sys/kern/kern_exit.c: revisions 1.246, 1.247 sys/kern/kern_exec.c: revision 1.419 In execve_runproc(), update the p_waited entry for the process being moved to SSTOP state, not for its parent. (It is correct to update the parent's p_nstopchild count.) If the value is not already zero, it could prevent its parent from waiting for the process. Fixes PR kern/50298 -- When clearing out the scheduler queues during system shutdown, we move all processes to the SSTOP state. Make sure we update each process's p_waited and the parents' p_nstopchild counters to maintain consistent values. Should not make any real difference this late in the shutdown process, but we should still be consistent just in case. Fixes PR kern/50318 -- Currently, if a process is exiting and its parent has indicated no intent of reaping the process (nor any other children), the process wil get reparented to init. Since the state of the exiting process at this point is SDEAD, proc_reparent() will not update either the old or new parent's p_nstopchild counters. This change causes both old and new parents to be properly updated. Fixes PR kern/50300 -- For processes marked with PS_STOPEXIT, update the process's p_waited value, and update its parent's p_nstopchild value when marking the process's p_stat to SSTOP. The process needed to be SACTIVE to get here, so this transition represents an additional process for which the parent needs to wait. Fixes PR kern/50308 To generate a diff of this commit: cvs rdiff -u -r1.280.4.3 -r1.280.4.3.6.1 src/sys/kern/kern_exec.c cvs rdiff -u -r1.214.4.2 -r1.214.4.2.2.1 src/sys/kern/kern_exit.c cvs rdiff -u -r1.254.2.6 -r1.254.2.6.6.1 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: [netbsd-5] src/sys/kern
Module Name:src Committed By: snj Date: Sat Nov 7 20:43:23 UTC 2015 Modified Files: src/sys/kern [netbsd-5]: kern_exec.c kern_exit.c kern_synch.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1979): sys/kern/kern_synch.c: revision 1.309 sys/kern/kern_exit.c: revisions 1.246, 1.247 sys/kern/kern_exec.c: revision 1.419 In execve_runproc(), update the p_waited entry for the process being moved to SSTOP state, not for its parent. (It is correct to update the parent's p_nstopchild count.) If the value is not already zero, it could prevent its parent from waiting for the process. Fixes PR kern/50298 -- When clearing out the scheduler queues during system shutdown, we move all processes to the SSTOP state. Make sure we update each process's p_waited and the parents' p_nstopchild counters to maintain consistent values. Should not make any real difference this late in the shutdown process, but we should still be consistent just in case. Fixes PR kern/50318 -- Currently, if a process is exiting and its parent has indicated no intent of reaping the process (nor any other children), the process wil get reparented to init. Since the state of the exiting process at this point is SDEAD, proc_reparent() will not update either the old or new parent's p_nstopchild counters. This change causes both old and new parents to be properly updated. Fixes PR kern/50300 -- For processes marked with PS_STOPEXIT, update the process's p_waited value, and update its parent's p_nstopchild value when marking the process's p_stat to SSTOP. The process needed to be SACTIVE to get here, so this transition represents an additional process for which the parent needs to wait. Fixes PR kern/50308 To generate a diff of this commit: cvs rdiff -u -r1.280.4.3 -r1.280.4.4 src/sys/kern/kern_exec.c cvs rdiff -u -r1.214.4.2 -r1.214.4.3 src/sys/kern/kern_exit.c cvs rdiff -u -r1.254.2.6 -r1.254.2.7 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/external/mit/xorg/lib/pixman
Module Name:src Committed By: szptvlfn Date: Sat Nov 7 20:45:03 UTC 2015 Modified Files: src/external/mit/xorg/lib/pixman: Makefile Log Message: change MKDEPFLAGS from -msse2 -mssse3 -mssse3 -fvisibility=hidden to -msse2 -msse3 -mssse3 -fvisibility=hidden OK dholland@ at tech-x11@ To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/external/mit/xorg/lib/pixman/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/kern
Module Name:src Committed By: snj Date: Sat Nov 7 20:45:20 UTC 2015 Modified Files: src/sys/kern [netbsd-5]: kern_sig.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1980): sys/kern/kern_sig.c: revision 1.321 When delivering a signal, it's possible that the process's state in p_stat is SACTIVE yet p_sflag is PS_STOPPING (while waiting for other lwp's to stop). In that case, we don't want to adjust the parent's p_nstopchild count. Found by Robert Elz. To generate a diff of this commit: cvs rdiff -u -r1.289.4.8 -r1.289.4.9 src/sys/kern/kern_sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/sys/kern
Module Name:src Committed By: snj Date: Sat Nov 7 20:46:38 UTC 2015 Modified Files: src/sys/kern [netbsd-5-1]: kern_sig.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1980): sys/kern/kern_sig.c: revision 1.321 When delivering a signal, it's possible that the process's state in p_stat is SACTIVE yet p_sflag is PS_STOPPING (while waiting for other lwp's to stop). In that case, we don't want to adjust the parent's p_nstopchild count. Found by Robert Elz. To generate a diff of this commit: cvs rdiff -u -r1.289.4.6.2.1 -r1.289.4.6.2.2 src/sys/kern/kern_sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/sys/kern
Module Name:src Committed By: snj Date: Sat Nov 7 20:47:08 UTC 2015 Modified Files: src/sys/kern [netbsd-5-2]: kern_sig.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1980): sys/kern/kern_sig.c: revision 1.321 When delivering a signal, it's possible that the process's state in p_stat is SACTIVE yet p_sflag is PS_STOPPING (while waiting for other lwp's to stop). In that case, we don't want to adjust the parent's p_nstopchild count. Found by Robert Elz. To generate a diff of this commit: cvs rdiff -u -r1.289.4.8 -r1.289.4.8.2.1 src/sys/kern/kern_sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/sys/kern
Module Name:src Committed By: snj Date: Sat Nov 7 20:49:19 UTC 2015 Modified Files: src/sys/kern [netbsd-5-1]: kern_exit.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1981): sys/kern/kern_exit.c: revision 1.248 Update value of p_stat before we release the proc_lock. Thanks to Robert Elz. To generate a diff of this commit: cvs rdiff -u -r1.214.4.2.2.1 -r1.214.4.2.2.2 src/sys/kern/kern_exit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/sys/kern
Module Name:src Committed By: snj Date: Sat Nov 7 20:48:58 UTC 2015 Modified Files: src/sys/kern [netbsd-5-2]: kern_exit.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1981): sys/kern/kern_exit.c: revision 1.248 Update value of p_stat before we release the proc_lock. Thanks to Robert Elz. To generate a diff of this commit: cvs rdiff -u -r1.214.4.2.6.1 -r1.214.4.2.6.2 src/sys/kern/kern_exit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/kern
Module Name:src Committed By: snj Date: Sat Nov 7 20:50:07 UTC 2015 Modified Files: src/sys/kern [netbsd-5]: kern_exit.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1981): sys/kern/kern_exit.c: revision 1.248 Update value of p_stat before we release the proc_lock. Thanks to Robert Elz. To generate a diff of this commit: cvs rdiff -u -r1.214.4.3 -r1.214.4.4 src/sys/kern/kern_exit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: snj Date: Sat Nov 7 20:52:40 UTC 2015 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: tickets 1972, 1974, 1975, 1978-1981 To generate a diff of this commit: cvs rdiff -u -r1.1.2.125 -r1.1.2.126 src/doc/CHANGES-5.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/doc
Module Name:src Committed By: snj Date: Sat Nov 7 20:55:34 UTC 2015 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.6 Log Message: tickets 1974, 1978-1981 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-5.1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/doc
Module Name:src Committed By: snj Date: Sat Nov 7 20:57:58 UTC 2015 Modified Files: src/doc [netbsd-5-2]: CHANGES-5.2.4 Log Message: tickets 1974, 1978-1981 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-5.2.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/sparc64
Module Name:src Committed By: martin Date: Sat Nov 7 21:07:19 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64: netbsd32_machdep.c Log Message: Convert siginfo to 32bit version before copying it out to 32bit userland. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/arch/sparc64/sparc64/netbsd32_machdep.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: snj Date: Sat Nov 7 22:26:48 UTC 2015 Modified Files: src/doc [netbsd-6]: 3RDPARTY src/external/bsd/ntp [netbsd-6]: Makefile.inc importdate ntp2netbsd src/external/bsd/ntp/bin/ntpd [netbsd-6]: Makefile ntp_parser.c ntp_parser.h src/external/bsd/ntp/bin/sntp [netbsd-6]: Makefile src/external/bsd/ntp/dist [netbsd-6]: COPYRIGHT ChangeLog CommitLog Makefile.am Makefile.in NEWS aclocal.m4 bootstrap build config.h.in configure configure.ac packageinfo.sh src/external/bsd/ntp/dist/adjtimed [netbsd-6]: Makefile.in adjtimed.c src/external/bsd/ntp/dist/clockstuff [netbsd-6]: Makefile.in chutest.c propdelay.c src/external/bsd/ntp/dist/html [netbsd-6]: build.html confopt.html copyright.html decode.html miscopt.html refclock.html sntp.html stats.html src/external/bsd/ntp/dist/html/drivers [netbsd-6]: driver22.html driver28.html driver40.html driver46.html src/external/bsd/ntp/dist/include [netbsd-6]: Makefile.am Makefile.in binio.h mbg_gps166.h ntp.h ntp_assert.h ntp_calendar.h ntp_config.h ntp_control.h ntp_fp.h ntp_io.h ntp_lists.h ntp_md5.h ntp_stdlib.h ntp_syslog.h ntp_types.h ntpd.h parse.h parse_conf.h timepps-Solaris.h src/external/bsd/ntp/dist/include/isc [netbsd-6]: Makefile.in src/external/bsd/ntp/dist/kernel [netbsd-6]: Makefile.in src/external/bsd/ntp/dist/kernel/sys [netbsd-6]: Makefile.in parsestreams.h src/external/bsd/ntp/dist/lib/isc [netbsd-6]: inet_ntop.c log.c result.c src/external/bsd/ntp/dist/lib/isc/include/isc [netbsd-6]: backtrace.h socket.h src/external/bsd/ntp/dist/lib/isc/unix [netbsd-6]: file.c ifiter_getifaddrs.c ifiter_ioctl.c net.c src/external/bsd/ntp/dist/libjsmn [netbsd-6]: Makefile README.md jsmn.c jsmn.h jsmn_test.c src/external/bsd/ntp/dist/libntp [netbsd-6]: Makefile.am Makefile.in atolfp.c audio.c authkeys.c authreadkeys.c caljulian.c caltontp.c decodenetnum.c emalloc.c icom.c machines.c msyslog.c ntp_calendar.c ntp_crypto_rnd.c ntp_intres.c ntp_lineedit.c ntp_rfc2553.c ntp_worker.c prettydate.c recvbuff.c socket.c socktohost.c statestr.c strdup.c work_fork.c src/external/bsd/ntp/dist/libparse [netbsd-6]: Makefile.am Makefile.in clk_computime.c clk_dcf7000.c clk_hopf6021.c clk_meinberg.c clk_rawdcf.c clk_rcc8000.c clk_schmid.c clk_sel240x.c clk_trimtaip.c clk_trimtsip.c clk_varitext.c clk_wharton.c data_mbg.c gpstolfp.c info_trimble.c mkinfo_rcmd.sed mkinfo_scmd.sed parse.c parse_conf.c parsesolaris.c parsestreams.c trim_info.c src/external/bsd/ntp/dist/ntpd [netbsd-6]: Makefile.am Makefile.in cmd_args.c complete.conf.in invoke-ntp.conf.texi invoke-ntp.keys.texi invoke-ntpd.texi keyword-gen-utd keyword-gen.c ntp.conf.5man ntp.conf.5mdoc ntp.conf.def ntp.conf.html ntp.conf.man.in ntp.conf.mdoc.in ntp.keys.5man ntp.keys.5mdoc ntp.keys.html ntp.keys.man.in ntp.keys.mdoc.in ntp_config.c ntp_control.c ntp_crypto.c ntp_io.c ntp_keyword.h ntp_leapsec.c ntp_leapsec.h ntp_loopfilter.c ntp_monitor.c ntp_parser.y ntp_peer.c ntp_proto.c ntp_refclock.c ntp_request.c ntp_restrict.c ntp_scanner.c ntp_scanner.h ntp_timer.c ntp_util.c ntpd-opts.c ntpd-opts.def ntpd-opts.h ntpd.1ntpdman ntpd.1ntpdmdoc ntpd.c ntpd.html ntpd.man.in ntpd.mdoc.in ntpdbase-opts.def refclock_arc.c refclock_chu.c refclock_gpsdjson.c refclock_jjy.c refclock_jupiter.c refclock_local.c refclock_nmea.c refclock_oncore.c refclock_palisade.c refclock_palisade.h refclock_parse.c refclock_shm.c refclock_true.c refclock_wwv.c src/external/bsd/ntp/dist/ntpdate [netbsd-6]: Makefile.in ntpdate.c src/external/bsd/ntp/dist/ntpdc [netbsd-6]: Makefile.in invoke-ntpdc.texi ntpdc-opts.c ntpdc-opts.h ntpdc.1ntpdcman ntpdc.1ntpdcmdoc ntpdc.c ntpdc.html ntpdc.man.in ntpdc.mdoc.in src/external/bsd/ntp/dist/ntpq [netbsd-6]: Makefile.in invoke-ntpq.texi libntpq.h ntpq-opts.c ntpq-opts.def ntpq-opts.h ntpq-subs.c ntpq.1ntpqman ntpq.1ntpqmdoc ntpq.c ntpq.html ntpq.man.in ntpq.mdoc.in src/external/bsd/ntp/dist/ntpsnmpd [netbsd-6]: Makefile.in invoke-ntpsnmpd.texi netsnmp_daemonize.c ntp_snmp.h ntpsnmpd-opts.c ntpsnmpd-opts.h ntpsnmpd.1ntpsnmpdman ntpsnmpd.1ntpsnmpdmdoc ntpsnmpd.html ntpsnmpd.man.in ntpsnmpd.mdoc.in src/external/bsd/ntp/dist/parseutil [netbsd-6]: Makefile.in dcfd.c testdcf.c src/e
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: snj Date: Sat Nov 7 22:28:56 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: 1342 To generate a diff of this commit: cvs rdiff -u -r1.1.2.225 -r1.1.2.226 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src
Module Name:src Committed By: snj Date: Sat Nov 7 22:46:29 UTC 2015 Modified Files: src/doc [netbsd-6-1]: 3RDPARTY src/external/bsd/ntp [netbsd-6-1]: Makefile.inc importdate ntp2netbsd src/external/bsd/ntp/bin/ntpd [netbsd-6-1]: Makefile ntp_parser.c ntp_parser.h src/external/bsd/ntp/bin/sntp [netbsd-6-1]: Makefile src/external/bsd/ntp/dist [netbsd-6-1]: COPYRIGHT ChangeLog CommitLog Makefile.am Makefile.in NEWS aclocal.m4 bootstrap build config.h.in configure configure.ac packageinfo.sh src/external/bsd/ntp/dist/adjtimed [netbsd-6-1]: Makefile.in adjtimed.c src/external/bsd/ntp/dist/clockstuff [netbsd-6-1]: Makefile.in chutest.c propdelay.c src/external/bsd/ntp/dist/html [netbsd-6-1]: build.html confopt.html copyright.html decode.html miscopt.html refclock.html sntp.html stats.html src/external/bsd/ntp/dist/html/drivers [netbsd-6-1]: driver22.html driver28.html driver40.html driver46.html src/external/bsd/ntp/dist/include [netbsd-6-1]: Makefile.am Makefile.in binio.h mbg_gps166.h ntp.h ntp_assert.h ntp_calendar.h ntp_config.h ntp_control.h ntp_fp.h ntp_io.h ntp_lists.h ntp_md5.h ntp_stdlib.h ntp_syslog.h ntp_types.h ntpd.h parse.h parse_conf.h timepps-Solaris.h src/external/bsd/ntp/dist/include/isc [netbsd-6-1]: Makefile.in src/external/bsd/ntp/dist/kernel [netbsd-6-1]: Makefile.in src/external/bsd/ntp/dist/kernel/sys [netbsd-6-1]: Makefile.in parsestreams.h src/external/bsd/ntp/dist/lib/isc [netbsd-6-1]: inet_ntop.c log.c result.c src/external/bsd/ntp/dist/lib/isc/include/isc [netbsd-6-1]: backtrace.h socket.h src/external/bsd/ntp/dist/lib/isc/unix [netbsd-6-1]: file.c ifiter_getifaddrs.c ifiter_ioctl.c net.c src/external/bsd/ntp/dist/libjsmn [netbsd-6-1]: Makefile README.md jsmn.c jsmn.h jsmn_test.c src/external/bsd/ntp/dist/libntp [netbsd-6-1]: Makefile.am Makefile.in atolfp.c audio.c authkeys.c authreadkeys.c caljulian.c caltontp.c decodenetnum.c emalloc.c icom.c machines.c msyslog.c ntp_calendar.c ntp_crypto_rnd.c ntp_intres.c ntp_lineedit.c ntp_rfc2553.c ntp_worker.c prettydate.c recvbuff.c socket.c socktohost.c statestr.c strdup.c work_fork.c src/external/bsd/ntp/dist/libparse [netbsd-6-1]: Makefile.am Makefile.in clk_computime.c clk_dcf7000.c clk_hopf6021.c clk_meinberg.c clk_rawdcf.c clk_rcc8000.c clk_schmid.c clk_sel240x.c clk_trimtaip.c clk_trimtsip.c clk_varitext.c clk_wharton.c data_mbg.c gpstolfp.c info_trimble.c mkinfo_rcmd.sed mkinfo_scmd.sed parse.c parse_conf.c parsesolaris.c parsestreams.c trim_info.c src/external/bsd/ntp/dist/ntpd [netbsd-6-1]: Makefile.am Makefile.in cmd_args.c complete.conf.in invoke-ntp.conf.texi invoke-ntp.keys.texi invoke-ntpd.texi keyword-gen-utd keyword-gen.c ntp.conf.5man ntp.conf.5mdoc ntp.conf.def ntp.conf.html ntp.conf.man.in ntp.conf.mdoc.in ntp.keys.5man ntp.keys.5mdoc ntp.keys.html ntp.keys.man.in ntp.keys.mdoc.in ntp_config.c ntp_control.c ntp_crypto.c ntp_io.c ntp_keyword.h ntp_leapsec.c ntp_leapsec.h ntp_loopfilter.c ntp_monitor.c ntp_parser.y ntp_peer.c ntp_proto.c ntp_refclock.c ntp_request.c ntp_restrict.c ntp_scanner.c ntp_scanner.h ntp_timer.c ntp_util.c ntpd-opts.c ntpd-opts.def ntpd-opts.h ntpd.1ntpdman ntpd.1ntpdmdoc ntpd.c ntpd.html ntpd.man.in ntpd.mdoc.in ntpdbase-opts.def refclock_arc.c refclock_chu.c refclock_gpsdjson.c refclock_jjy.c refclock_jupiter.c refclock_local.c refclock_nmea.c refclock_oncore.c refclock_palisade.c refclock_palisade.h refclock_parse.c refclock_shm.c refclock_true.c refclock_wwv.c src/external/bsd/ntp/dist/ntpdate [netbsd-6-1]: Makefile.in ntpdate.c src/external/bsd/ntp/dist/ntpdc [netbsd-6-1]: Makefile.in invoke-ntpdc.texi ntpdc-opts.c ntpdc-opts.h ntpdc.1ntpdcman ntpdc.1ntpdcmdoc ntpdc.c ntpdc.html ntpdc.man.in ntpdc.mdoc.in src/external/bsd/ntp/dist/ntpq [netbsd-6-1]: Makefile.in invoke-ntpq.texi libntpq.h ntpq-opts.c ntpq-opts.def ntpq-opts.h ntpq-subs.c ntpq.1ntpqman ntpq.1ntpqmdoc ntpq.c ntpq.html ntpq.man.in ntpq.mdoc.in src/external/bsd/ntp/dist/ntpsnmpd [netbsd-6-1]: Makefile.in invoke-ntpsnmpd.texi netsnmp_daemonize.c ntp_snmp.h ntpsnmpd-opts.c ntpsnmpd-opts.h ntpsnmpd.1ntpsnmpdman ntpsnmpd.1ntpsnmpdmdoc ntpsnmpd.html ntpsnmpd.man.in ntpsnmpd.mdoc.in src/external/bsd/ntp/dist/parseutil [netbsd-6-1]: Make
CVS commit: [netbsd-6-1] src/doc
Module Name:src Committed By: snj Date: Sat Nov 7 22:50:18 UTC 2015 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: 1342 To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-6.1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/external/bsd/ntp/dist/sntp/libevent
Module Name:src Committed By: snj Date: Sat Nov 7 22:49:41 UTC 2015 Added Files: src/external/bsd/ntp/dist/sntp/libevent [netbsd-6-1]: evlog.c src/external/bsd/ntp/dist/sntp/libevent/include/event2 [netbsd-6-1]: event-config.h Log Message: Pull up following revision(s) (requested by christos in ticket #1342): external/bsd/ntp/dist/sntp/libevent/evlog.c: patch external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h: patch Update ntp to 4.2.8p4. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.4.2 src/external/bsd/ntp/dist/sntp/libevent/evlog.c cvs rdiff -u -r0 -r1.1.4.2 \ src/external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/rpc
Module Name:src Committed By: christos Date: Sat Nov 7 23:09:20 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_internal.h svc_fdset.c svc_run.c svc_vc.c Log Message: PR/50408: Pedro Giffuni: Provide a way for rpc to use poll(2) instead of select(2), and the linux svc_pollfd and svc_maxpollfd members. Our select(2) implementation does not suffer from the FD_SETSIZE limitation so this is not turned on by default. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/rpc/rpc_internal.h cvs rdiff -u -r1.8 -r1.9 src/lib/libc/rpc/svc_fdset.c cvs rdiff -u -r1.24 -r1.25 src/lib/libc/rpc/svc_run.c cvs rdiff -u -r1.32 -r1.33 src/lib/libc/rpc/svc_vc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include/rpc
Module Name:src Committed By: christos Date: Sat Nov 7 23:10:38 UTC 2015 Modified Files: src/include/rpc: svc.h Log Message: provide a poll(2) based interface. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/include/rpc/svc.h 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: christos Date: Sat Nov 7 23:16:00 UTC 2015 Modified Files: src/doc: CHANGES Log Message: Mention TI-RPC changes. To generate a diff of this commit: cvs rdiff -u -r1.2111 -r1.2112 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/rpc
Module Name:src Committed By: christos Date: Sat Nov 7 23:17:09 UTC 2015 Modified Files: src/lib/libc/rpc: svc_fdset.c Log Message: initialize revents too. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/rpc/svc_fdset.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: joerg Date: Sat Nov 7 23:41:58 UTC 2015 Modified Files: src/share/mk: bsd.prog.mk Log Message: LIBEXECINFO To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293 src/share/mk/bsd.prog.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: christos Date: Sat Nov 7 23:53:28 UTC 2015 Modified Files: src/share/mk: bsd.README Log Message: LIBEXECINFO To generate a diff of this commit: cvs rdiff -u -r1.346 -r1.347 src/share/mk/bsd.README 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: snj Date: Sun Nov 8 00:17:11 UTC 2015 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: 1342 To generate a diff of this commit: cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-6.0.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/sys/arch/x86/x86
Module Name:src Committed By: riz Date: Sun Nov 8 00:15:47 UTC 2015 Modified Files: src/sys/arch/x86/x86 [netbsd-7-0]: cpu.c Log Message: Pull up following revision(s) (requested by nat in ticket #984): sys/arch/x86/x86/cpu.c: revision 1.116 Don't disable/re-enable interrupts if they are already disabled. Addresses PR 48196. This commit was improved and approved by christos@ To generate a diff of this commit: cvs rdiff -u -r1.111.2.1 -r1.111.2.1.2.1 src/sys/arch/x86/x86/cpu.c 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/external/bsd/ntp
Module Name:src Committed By: snj Date: Sun Nov 8 00:16:11 UTC 2015 Modified Files: src/external/bsd/ntp [netbsd-6-0]: Makefile.inc importdate ntp2netbsd src/external/bsd/ntp/bin/ntpd [netbsd-6-0]: Makefile ntp_parser.c ntp_parser.h src/external/bsd/ntp/bin/sntp [netbsd-6-0]: Makefile src/external/bsd/ntp/dist [netbsd-6-0]: COPYRIGHT ChangeLog CommitLog Makefile.am Makefile.in NEWS aclocal.m4 bootstrap build config.h.in configure configure.ac packageinfo.sh src/external/bsd/ntp/dist/adjtimed [netbsd-6-0]: Makefile.in adjtimed.c src/external/bsd/ntp/dist/clockstuff [netbsd-6-0]: Makefile.in chutest.c propdelay.c src/external/bsd/ntp/dist/html [netbsd-6-0]: build.html confopt.html copyright.html decode.html miscopt.html refclock.html sntp.html stats.html src/external/bsd/ntp/dist/html/drivers [netbsd-6-0]: driver22.html driver28.html driver40.html driver46.html src/external/bsd/ntp/dist/include [netbsd-6-0]: Makefile.am Makefile.in binio.h mbg_gps166.h ntp.h ntp_assert.h ntp_calendar.h ntp_config.h ntp_control.h ntp_fp.h ntp_io.h ntp_lists.h ntp_md5.h ntp_stdlib.h ntp_syslog.h ntp_types.h ntpd.h parse.h parse_conf.h timepps-Solaris.h src/external/bsd/ntp/dist/include/isc [netbsd-6-0]: Makefile.in src/external/bsd/ntp/dist/kernel [netbsd-6-0]: Makefile.in src/external/bsd/ntp/dist/kernel/sys [netbsd-6-0]: Makefile.in parsestreams.h src/external/bsd/ntp/dist/lib/isc [netbsd-6-0]: inet_ntop.c log.c result.c src/external/bsd/ntp/dist/lib/isc/include/isc [netbsd-6-0]: backtrace.h socket.h src/external/bsd/ntp/dist/lib/isc/unix [netbsd-6-0]: file.c ifiter_getifaddrs.c ifiter_ioctl.c net.c src/external/bsd/ntp/dist/libjsmn [netbsd-6-0]: Makefile README.md jsmn.c jsmn.h jsmn_test.c src/external/bsd/ntp/dist/libntp [netbsd-6-0]: Makefile.am Makefile.in atolfp.c audio.c authkeys.c authreadkeys.c caljulian.c caltontp.c decodenetnum.c emalloc.c icom.c machines.c msyslog.c ntp_calendar.c ntp_crypto_rnd.c ntp_intres.c ntp_lineedit.c ntp_rfc2553.c ntp_worker.c prettydate.c recvbuff.c socket.c socktohost.c statestr.c strdup.c work_fork.c src/external/bsd/ntp/dist/libparse [netbsd-6-0]: Makefile.am Makefile.in clk_computime.c clk_dcf7000.c clk_hopf6021.c clk_meinberg.c clk_rawdcf.c clk_rcc8000.c clk_schmid.c clk_sel240x.c clk_trimtaip.c clk_trimtsip.c clk_varitext.c clk_wharton.c data_mbg.c gpstolfp.c info_trimble.c mkinfo_rcmd.sed mkinfo_scmd.sed parse.c parse_conf.c parsesolaris.c parsestreams.c trim_info.c src/external/bsd/ntp/dist/ntpd [netbsd-6-0]: Makefile.am Makefile.in cmd_args.c complete.conf.in invoke-ntp.conf.texi invoke-ntp.keys.texi invoke-ntpd.texi keyword-gen-utd keyword-gen.c ntp.conf.5man ntp.conf.5mdoc ntp.conf.def ntp.conf.html ntp.conf.man.in ntp.conf.mdoc.in ntp.keys.5man ntp.keys.5mdoc ntp.keys.html ntp.keys.man.in ntp.keys.mdoc.in ntp_config.c ntp_control.c ntp_crypto.c ntp_io.c ntp_keyword.h ntp_leapsec.c ntp_leapsec.h ntp_loopfilter.c ntp_monitor.c ntp_parser.y ntp_peer.c ntp_proto.c ntp_refclock.c ntp_request.c ntp_restrict.c ntp_scanner.c ntp_scanner.h ntp_timer.c ntp_util.c ntpd-opts.c ntpd-opts.def ntpd-opts.h ntpd.1ntpdman ntpd.1ntpdmdoc ntpd.c ntpd.html ntpd.man.in ntpd.mdoc.in ntpdbase-opts.def refclock_arc.c refclock_chu.c refclock_gpsdjson.c refclock_jjy.c refclock_jupiter.c refclock_local.c refclock_nmea.c refclock_oncore.c refclock_palisade.c refclock_palisade.h refclock_parse.c refclock_shm.c refclock_true.c refclock_wwv.c src/external/bsd/ntp/dist/ntpdate [netbsd-6-0]: Makefile.in ntpdate.c src/external/bsd/ntp/dist/ntpdc [netbsd-6-0]: Makefile.in invoke-ntpdc.texi ntpdc-opts.c ntpdc-opts.h ntpdc.1ntpdcman ntpdc.1ntpdcmdoc ntpdc.c ntpdc.html ntpdc.man.in ntpdc.mdoc.in src/external/bsd/ntp/dist/ntpq [netbsd-6-0]: Makefile.in invoke-ntpq.texi libntpq.h ntpq-opts.c ntpq-opts.def ntpq-opts.h ntpq-subs.c ntpq.1ntpqman ntpq.1ntpqmdoc ntpq.c ntpq.html ntpq.man.in ntpq.mdoc.in src/external/bsd/ntp/dist/ntpsnmpd [netbsd-6-0]: Makefile.in invoke-ntpsnmpd.texi netsnmp_daemonize.c ntp_snmp.h ntpsnmpd-opts.c ntpsnmpd-opts.h ntpsnmpd.1ntpsnmpdman ntpsnmpd.1ntpsnmpdmdoc ntpsnmpd.html ntpsnmpd.man.in ntpsnmpd.mdoc.in src/external/bsd/ntp/dist/parseutil [netbsd-6-0]: Makefile.in dcfd.c testdcf.c
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 00:16:39 UTC 2015 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: Ticket 984. To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-7.0.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/usr.sbin/sysinst
Module Name:src Committed By: riz Date: Sun Nov 8 00:21:35 UTC 2015 Modified Files: src/usr.sbin/sysinst [netbsd-7]: target.c Log Message: Pull up following revision(s) (requested by martin in ticket #1008): usr.sbin/sysinst/target.c: revision 1.3 PR 50342: if there is no current partition manage, assume we are running from an already installed system. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/usr.sbin/sysinst/target.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src
Module Name:src Committed By: riz Date: Sun Nov 8 00:24:26 UTC 2015 Modified Files: src/distrib/sets/lists/comp [netbsd-7]: mi src/lib/libm [netbsd-7]: Makefile src/lib/libm/man [netbsd-7]: erf.3 Log Message: Pull up following revision(s) (requested by dholland in ticket #1009): lib/libm/man/erf.3: revision 1.13 distrib/sets/lists/comp/mi: revision 1.1921 lib/libm/Makefile: revision 1.167 PR/49399: Henning Petersen: Add man pages for erfl and erfcl fix sets for new erf{c,}l man pages. To generate a diff of this commit: cvs rdiff -u -r1.1906.2.8 -r1.1906.2.9 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.164.2.2 -r1.164.2.3 src/lib/libm/Makefile cvs rdiff -u -r1.12 -r1.12.74.1 src/lib/libm/man/erf.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/arch/x86/x86
Module Name:src Committed By: riz Date: Sun Nov 8 00:31:00 UTC 2015 Modified Files: src/sys/arch/x86/x86 [netbsd-7]: bus_dma.c Log Message: Pull up following revision(s) (requested by christos in ticket #1011): sys/arch/x86/x86/bus_dma.c: revision 1.72 sys/arch/x86/x86/bus_dma.c: revision 1.73 sys/arch/x86/x86/bus_dma.c: revision 1.74 - If we succeeded allocating a buffer that did not need bouncing before, but the buffer in the previous mapping did, clear the bounce bit. Fixes the ld_virtio.c bug with machines 8GB and dd if=/dev/zero of=crash bs=1g count=4. - Allocate with M_ZERO instead of doing memset - The panic string can take a format, use it. - When checking for the bounce buffer boundary check addr + len < limit, not addr < limit. make sure we have a cookie before we try to clear it. fix operator precedence. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.71.4.1 src/sys/arch/x86/x86/bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 00:31:16 UTC 2015 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: ticket 1011. To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-7.0.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/sys/arch/x86/x86
Module Name:src Committed By: riz Date: Sun Nov 8 00:30:48 UTC 2015 Modified Files: src/sys/arch/x86/x86 [netbsd-7-0]: bus_dma.c Log Message: Pull up following revision(s) (requested by christos in ticket #1011): sys/arch/x86/x86/bus_dma.c: revision 1.72 sys/arch/x86/x86/bus_dma.c: revision 1.73 sys/arch/x86/x86/bus_dma.c: revision 1.74 - If we succeeded allocating a buffer that did not need bouncing before, but the buffer in the previous mapping did, clear the bounce bit. Fixes the ld_virtio.c bug with machines 8GB and dd if=/dev/zero of=crash bs=1g count=4. - Allocate with M_ZERO instead of doing memset - The panic string can take a format, use it. - When checking for the bounce buffer boundary check addr + len < limit, not addr < limit. make sure we have a cookie before we try to clear it. fix operator precedence. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.71.8.1 src/sys/arch/x86/x86/bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src
Module Name:src Committed By: riz Date: Sun Nov 8 00:35:21 UTC 2015 Modified Files: src/external/gpl3/binutils/dist/binutils [netbsd-7-0]: arsup.c src/lib/libc/net [netbsd-7-0]: getnetnamadr.c Log Message: Pull up following revision(s) (requested by christos in ticket #1012): lib/libc/net/getnetnamadr.c: revision 1.43 lib/libc/net/getnetnamadr.c: revision 1.44 external/gpl3/binutils/dist/binutils/arsup.c: revision 1.2 put the state back after it is used. PR/50367: Stefan Schaeckeler: Apply fix to obey RES_CHECKNAME to getnetbyaddr and getnetbyname. use asprintf(3) To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.1.1.2.22.1 \ src/external/gpl3/binutils/dist/binutils/arsup.c cvs rdiff -u -r1.42 -r1.42.12.1 src/lib/libc/net/getnetnamadr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src
Module Name:src Committed By: riz Date: Sun Nov 8 00:35:45 UTC 2015 Modified Files: src/external/gpl3/binutils/dist/binutils [netbsd-7]: arsup.c src/lib/libc/net [netbsd-7]: getnetnamadr.c Log Message: Pull up following revision(s) (requested by christos in ticket #1012): lib/libc/net/getnetnamadr.c: revision 1.43 lib/libc/net/getnetnamadr.c: revision 1.44 external/gpl3/binutils/dist/binutils/arsup.c: revision 1.2 put the state back after it is used. PR/50367: Stefan Schaeckeler: Apply fix to obey RES_CHECKNAME to getnetbyaddr and getnetbyname. use asprintf(3) To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.1.1.2.20.1 \ src/external/gpl3/binutils/dist/binutils/arsup.c cvs rdiff -u -r1.42 -r1.42.10.1 src/lib/libc/net/getnetnamadr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/sys/arch/x86/x86
Module Name:src Committed By: riz Date: Sun Nov 8 00:38:18 UTC 2015 Modified Files: src/sys/arch/x86/x86 [netbsd-7-0]: sys_machdep.c Log Message: Pull up following revision(s) (requested by christos in ticket #1013): sys/arch/x86/x86/sys_machdep.c: revision 1.29 fix broken error handling; error was used uninitialized. Changing the compilation flags broke all threaded programs for me. XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.28.6.1 src/sys/arch/x86/x86/sys_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/arch/x86/x86
Module Name:src Committed By: riz Date: Sun Nov 8 00:38:45 UTC 2015 Modified Files: src/sys/arch/x86/x86 [netbsd-7]: sys_machdep.c Log Message: Pull up following revision(s) (requested by christos in ticket #1013): sys/arch/x86/x86/sys_machdep.c: revision 1.29 fix broken error handling; error was used uninitialized. Changing the compilation flags broke all threaded programs for me. XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.28.2.1 src/sys/arch/x86/x86/sys_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 00:38:34 UTC 2015 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: Tickets 1012,1013. To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-7.0.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 00:42:27 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Tickets 1008-1009,1011-1013. To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/etc
Module Name:src Committed By: riz Date: Sun Nov 8 00:45:22 UTC 2015 Modified Files: src/etc [netbsd-7]: rc.subr Log Message: Pull up following revision(s) (requested by phx in ticket #1015): etc/rc.subr: revision 1.97 PR misc/50046 Remove the expensive tests in _have_rc_postprocessor(), as proposed by apb@. It more than halves the multiuser boot time on slow machines and brings it back near to the previous level. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.94.2.1 src/etc/rc.subr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/usr.sbin/iostat
Module Name:src Committed By: riz Date: Sun Nov 8 00:49:06 UTC 2015 Modified Files: src/usr.sbin/iostat [netbsd-7]: iostat.8 iostat.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1016): usr.sbin/iostat/iostat.c: revision 1.62 usr.sbin/iostat/iostat.c: revision 1.63 usr.sbin/iostat/iostat.8: revision 1.24 support fnmatch(3) patterns for disknames. eg, "iostat wd*" works now. update the default disk number selection to note that it uses the current terminal size to fit disks, not hard coded 4. extend the "tout" column to 5 characters, it's really common on a modern machine to have eg, build output way more than chars/sec. this doesn't affect the default disk list on an 80-char wide screen. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.23.2.1 src/usr.sbin/iostat/iostat.8 cvs rdiff -u -r1.61 -r1.61.2.1 src/usr.sbin/iostat/iostat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/kern
Module Name:src Committed By: riz Date: Sun Nov 8 00:55:11 UTC 2015 Modified Files: src/sys/kern [netbsd-7]: uipc_syscalls.c Log Message: Pull up following revision(s) (requested by christos in ticket #1018): sys/kern/uipc_syscalls.c: revision 1.181 Don't overwrite the user iov pointer in sendmmsg. Make the send and receive code look the same. To generate a diff of this commit: cvs rdiff -u -r1.172.2.1 -r1.172.2.2 src/sys/kern/uipc_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys
Module Name:src Committed By: riz Date: Sun Nov 8 00:57:09 UTC 2015 Modified Files: src/sys/kern [netbsd-7]: exec_elf.c src/sys/sys [netbsd-7]: exec_elf.h Log Message: Pull up following revision(s) (requested by christos in ticket #1019): sys/kern/exec_elf.c: revision 1.79 sys/sys/exec_elf.h: revision 1.150 sys/sys/exec_elf.h: revision 1.151 sys/kern/exec_elf.c: revision 1.80 Ignore the ancient 01.01 tag that gnuc used to put in old NetBSD binaries. Add buildid Go note To generate a diff of this commit: cvs rdiff -u -r1.69.2.2 -r1.69.2.3 src/sys/kern/exec_elf.c cvs rdiff -u -r1.141 -r1.141.2.1 src/sys/sys/exec_elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/nfs
Module Name:src Committed By: riz Date: Sun Nov 8 01:14:20 UTC 2015 Modified Files: src/sys/nfs [netbsd-7]: nfs_vfsops.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1021): sys/nfs/nfs_vfsops.c: revision 1.231 Don't forget to call nfs_fini() when we're finished. Without this, we leave a dangling pool nfsrvdescpl around. To generate a diff of this commit: cvs rdiff -u -r1.229.2.1 -r1.229.2.2 src/sys/nfs/nfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys
Module Name:src Committed By: riz Date: Sun Nov 8 01:22:54 UTC 2015 Modified Files: src/sys/arch/arm/omap [netbsd-7]: omap3_sdhc.c src/sys/arch/evbarm/beagle [netbsd-7]: beagle_machdep.c src/sys/dev/sdmmc [netbsd-7]: sdhc.c sdhcvar.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1022): sys/dev/sdmmc/sdhc.c: revision 1.89 sys/arch/arm/omap/omap3_sdhc.c: revision 1.19 sys/dev/sdmmc/sdhcvar.h: revision 1.25 sys/arch/evbarm/beagle/beagle_machdep.c: revision 1.62 allow vendor specific code to hook into bus width changes Support 8-bit eMMC for TI AM335x. On my BeagleBone Black, Before: 134217728 bytes transferred in 9.410 secs (14263307 bytes/sec) After: 134217728 bytes transferred in 7.518 secs (17852850 bytes/sec) enable 8-bit mode on AM335X SDMMC2 To generate a diff of this commit: cvs rdiff -u -r1.14.4.1 -r1.14.4.2 src/sys/arch/arm/omap/omap3_sdhc.c cvs rdiff -u -r1.60 -r1.60.2.1 src/sys/arch/evbarm/beagle/beagle_machdep.c cvs rdiff -u -r1.44.2.8 -r1.44.2.9 src/sys/dev/sdmmc/sdhc.c cvs rdiff -u -r1.13.12.3 -r1.13.12.4 src/sys/dev/sdmmc/sdhcvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 01:24:53 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Tickets 1015-1016,1018-1019,1021-1022 To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/fs/tmpfs
Module Name:src Committed By: riz Date: Sun Nov 8 01:26:56 UTC 2015 Modified Files: src/sys/fs/tmpfs [netbsd-7]: tmpfs_subr.c Log Message: Pull up following revision(s) (requested by leot in ticket #1023): sys/fs/tmpfs/tmpfs_subr.c: revision 1.101 Make sure that nde->td_node is NULL for asserts. Thanks and from Mindaugas Rasiukevicius. Fixes PR kern/50381. To generate a diff of this commit: cvs rdiff -u -r1.96.4.1 -r1.96.4.2 src/sys/fs/tmpfs/tmpfs_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/sys/fs/tmpfs
Module Name:src Committed By: riz Date: Sun Nov 8 01:27:10 UTC 2015 Modified Files: src/sys/fs/tmpfs [netbsd-7-0]: tmpfs_subr.c Log Message: Pull up following revision(s) (requested by leot in ticket #1023): sys/fs/tmpfs/tmpfs_subr.c: revision 1.101 Make sure that nde->td_node is NULL for asserts. Thanks and from Mindaugas Rasiukevicius. Fixes PR kern/50381. To generate a diff of this commit: cvs rdiff -u -r1.96.4.1 -r1.96.4.1.2.1 src/sys/fs/tmpfs/tmpfs_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 01:27:24 UTC 2015 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: Ticket 1023 To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-7.0.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 01:29:28 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Ticket 1023 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/external/bsd/ntp
Module Name:src Committed By: riz Date: Sun Nov 8 01:51:18 UTC 2015 Modified Files: src/external/bsd/ntp/dist [netbsd-7]: Makefile.am Makefile.in NEWS aclocal.m4 bootstrap config.h.in configure configure.ac packageinfo.sh src/external/bsd/ntp/dist/adjtimed [netbsd-7]: Makefile.in adjtimed.c src/external/bsd/ntp/dist/clockstuff [netbsd-7]: Makefile.in chutest.c propdelay.c src/external/bsd/ntp/dist/html [netbsd-7]: decode.html miscopt.html refclock.html stats.html src/external/bsd/ntp/dist/html/drivers [netbsd-7]: driver22.html driver40.html driver46.html src/external/bsd/ntp/dist/include [netbsd-7]: Makefile.am Makefile.in ntp_assert.h ntp_calendar.h ntp_config.h ntp_control.h ntp_io.h ntp_lists.h ntp_stdlib.h ntp_syslog.h ntp_types.h ntpd.h parse.h src/external/bsd/ntp/dist/include/isc [netbsd-7]: Makefile.in src/external/bsd/ntp/dist/kernel [netbsd-7]: Makefile.in src/external/bsd/ntp/dist/kernel/sys [netbsd-7]: Makefile.in src/external/bsd/ntp/dist/lib/isc/unix [netbsd-7]: ifiter_getifaddrs.c src/external/bsd/ntp/dist/libjsmn [netbsd-7]: Makefile README.md jsmn.c jsmn.h jsmn_test.c src/external/bsd/ntp/dist/libntp [netbsd-7]: Makefile.am Makefile.in atolfp.c audio.c authkeys.c authreadkeys.c caljulian.c caltontp.c decodenetnum.c emalloc.c icom.c machines.c msyslog.c ntp_calendar.c ntp_intres.c ntp_lineedit.c ntp_rfc2553.c ntp_worker.c prettydate.c recvbuff.c socket.c socktohost.c statestr.c strdup.c work_fork.c src/external/bsd/ntp/dist/libparse [netbsd-7]: Makefile.in clk_meinberg.c clk_rawdcf.c clk_schmid.c parse.c src/external/bsd/ntp/dist/ntpd [netbsd-7]: Makefile.am Makefile.in complete.conf.in invoke-ntp.conf.texi invoke-ntp.keys.texi invoke-ntpd.texi keyword-gen-utd keyword-gen.c ntp.conf.5man ntp.conf.5mdoc ntp.conf.def ntp.conf.html ntp.conf.man.in ntp.conf.mdoc.in ntp.keys.5man ntp.keys.5mdoc ntp.keys.html ntp.keys.man.in ntp.keys.mdoc.in ntp_config.c ntp_control.c ntp_crypto.c ntp_io.c ntp_keyword.h ntp_leapsec.c ntp_leapsec.h ntp_loopfilter.c ntp_monitor.c ntp_parser.y ntp_peer.c ntp_proto.c ntp_refclock.c ntp_request.c ntp_restrict.c ntp_scanner.c ntp_scanner.h ntp_timer.c ntpd-opts.c ntpd-opts.def ntpd-opts.h ntpd.1ntpdman ntpd.1ntpdmdoc ntpd.c ntpd.html ntpd.man.in ntpd.mdoc.in refclock_arc.c refclock_chu.c refclock_gpsdjson.c refclock_jjy.c refclock_jupiter.c refclock_local.c refclock_nmea.c refclock_oncore.c refclock_palisade.c refclock_parse.c refclock_shm.c refclock_true.c refclock_wwv.c src/external/bsd/ntp/dist/ntpdate [netbsd-7]: Makefile.in ntpdate.c src/external/bsd/ntp/dist/ntpdc [netbsd-7]: Makefile.in invoke-ntpdc.texi ntpdc-opts.c ntpdc-opts.h ntpdc.1ntpdcman ntpdc.1ntpdcmdoc ntpdc.c ntpdc.html ntpdc.man.in ntpdc.mdoc.in src/external/bsd/ntp/dist/ntpq [netbsd-7]: Makefile.in invoke-ntpq.texi libntpq.h ntpq-opts.c ntpq-opts.def ntpq-opts.h ntpq-subs.c ntpq.1ntpqman ntpq.1ntpqmdoc ntpq.c ntpq.html ntpq.man.in ntpq.mdoc.in src/external/bsd/ntp/dist/ntpsnmpd [netbsd-7]: Makefile.in invoke-ntpsnmpd.texi ntpsnmpd-opts.c ntpsnmpd-opts.h ntpsnmpd.1ntpsnmpdman ntpsnmpd.1ntpsnmpdmdoc ntpsnmpd.html ntpsnmpd.man.in ntpsnmpd.mdoc.in src/external/bsd/ntp/dist/parseutil [netbsd-7]: Makefile.in dcfd.c testdcf.c src/external/bsd/ntp/dist/scripts [netbsd-7]: Makefile.in invoke-plot_summary.texi invoke-summary.texi plot_summary-opts plot_summary.1plot_summaryman plot_summary.1plot_summarymdoc plot_summary.html plot_summary.man.in plot_summary.mdoc.in summary-opts summary.1summaryman summary.1summarymdoc summary.html summary.man.in summary.mdoc.in src/external/bsd/ntp/dist/scripts/build [netbsd-7]: Makefile.in src/external/bsd/ntp/dist/scripts/calc_tickadj [netbsd-7]: Makefile.in calc_tickadj.1calc_tickadjman calc_tickadj.1calc_tickadjmdoc calc_tickadj.html calc_tickadj.man.in calc_tickadj.mdoc.in invoke-calc_tickadj.texi src/external/bsd/ntp/dist/scripts/lib [netbsd-7]: Makefile.in src/external/bsd/ntp/dist/scripts/lib/NTP [netbsd-7]: Util.pm src/external/bsd/ntp/dist/scripts/ntp-wait [netbsd-7]: Makefile.in invoke-ntp-wait.texi ntp-wait-opts ntp-wait.1ntp-waitman ntp-wait.1ntp-waitmdoc ntp-wait.html ntp-wait.man.in ntp-wait.mdoc.in src/external/bsd/ntp/dist/scripts/ntpsweep [netbsd-7]: Makefile.in invoke-nt
CVS commit: [netbsd-7-0] src
Module Name:src Committed By: riz Date: Sun Nov 8 01:55:39 UTC 2015 Modified Files: src/doc [netbsd-7-0]: 3RDPARTY src/external/bsd/ntp [netbsd-7-0]: importdate src/external/bsd/ntp/bin/ntpd [netbsd-7-0]: Makefile src/external/bsd/ntp/dist [netbsd-7-0]: ChangeLog CommitLog Makefile.am Makefile.in NEWS aclocal.m4 bootstrap config.h.in configure configure.ac packageinfo.sh src/external/bsd/ntp/dist/adjtimed [netbsd-7-0]: Makefile.in adjtimed.c src/external/bsd/ntp/dist/clockstuff [netbsd-7-0]: Makefile.in chutest.c propdelay.c src/external/bsd/ntp/dist/html [netbsd-7-0]: decode.html miscopt.html refclock.html stats.html src/external/bsd/ntp/dist/html/drivers [netbsd-7-0]: driver22.html driver40.html driver46.html src/external/bsd/ntp/dist/include [netbsd-7-0]: Makefile.am Makefile.in ntp_assert.h ntp_calendar.h ntp_config.h ntp_control.h ntp_io.h ntp_lists.h ntp_stdlib.h ntp_syslog.h ntp_types.h ntpd.h parse.h src/external/bsd/ntp/dist/include/isc [netbsd-7-0]: Makefile.in src/external/bsd/ntp/dist/kernel [netbsd-7-0]: Makefile.in src/external/bsd/ntp/dist/kernel/sys [netbsd-7-0]: Makefile.in src/external/bsd/ntp/dist/lib/isc/unix [netbsd-7-0]: ifiter_getifaddrs.c src/external/bsd/ntp/dist/libjsmn [netbsd-7-0]: Makefile README.md jsmn.c jsmn.h jsmn_test.c src/external/bsd/ntp/dist/libntp [netbsd-7-0]: Makefile.am Makefile.in atolfp.c audio.c authkeys.c authreadkeys.c caljulian.c caltontp.c decodenetnum.c emalloc.c icom.c machines.c msyslog.c ntp_calendar.c ntp_intres.c ntp_lineedit.c ntp_rfc2553.c ntp_worker.c prettydate.c recvbuff.c socket.c socktohost.c statestr.c strdup.c work_fork.c src/external/bsd/ntp/dist/libparse [netbsd-7-0]: Makefile.in clk_meinberg.c clk_rawdcf.c clk_schmid.c parse.c src/external/bsd/ntp/dist/ntpd [netbsd-7-0]: Makefile.am Makefile.in complete.conf.in invoke-ntp.conf.texi invoke-ntp.keys.texi invoke-ntpd.texi keyword-gen-utd keyword-gen.c ntp.conf.5man ntp.conf.5mdoc ntp.conf.def ntp.conf.html ntp.conf.man.in ntp.conf.mdoc.in ntp.keys.5man ntp.keys.5mdoc ntp.keys.html ntp.keys.man.in ntp.keys.mdoc.in ntp_config.c ntp_control.c ntp_crypto.c ntp_io.c ntp_keyword.h ntp_leapsec.c ntp_leapsec.h ntp_loopfilter.c ntp_monitor.c ntp_parser.y ntp_peer.c ntp_proto.c ntp_refclock.c ntp_request.c ntp_restrict.c ntp_scanner.c ntp_scanner.h ntp_timer.c ntpd-opts.c ntpd-opts.def ntpd-opts.h ntpd.1ntpdman ntpd.1ntpdmdoc ntpd.c ntpd.html ntpd.man.in ntpd.mdoc.in refclock_arc.c refclock_chu.c refclock_gpsdjson.c refclock_jjy.c refclock_jupiter.c refclock_local.c refclock_nmea.c refclock_oncore.c refclock_palisade.c refclock_parse.c refclock_shm.c refclock_true.c refclock_wwv.c src/external/bsd/ntp/dist/ntpdate [netbsd-7-0]: Makefile.in ntpdate.c src/external/bsd/ntp/dist/ntpdc [netbsd-7-0]: Makefile.in invoke-ntpdc.texi ntpdc-opts.c ntpdc-opts.h ntpdc.1ntpdcman ntpdc.1ntpdcmdoc ntpdc.c ntpdc.html ntpdc.man.in ntpdc.mdoc.in src/external/bsd/ntp/dist/ntpq [netbsd-7-0]: Makefile.in invoke-ntpq.texi libntpq.h ntpq-opts.c ntpq-opts.def ntpq-opts.h ntpq-subs.c ntpq.1ntpqman ntpq.1ntpqmdoc ntpq.c ntpq.html ntpq.man.in ntpq.mdoc.in src/external/bsd/ntp/dist/ntpsnmpd [netbsd-7-0]: Makefile.in invoke-ntpsnmpd.texi ntpsnmpd-opts.c ntpsnmpd-opts.h ntpsnmpd.1ntpsnmpdman ntpsnmpd.1ntpsnmpdmdoc ntpsnmpd.html ntpsnmpd.man.in ntpsnmpd.mdoc.in src/external/bsd/ntp/dist/parseutil [netbsd-7-0]: Makefile.in dcfd.c testdcf.c src/external/bsd/ntp/dist/scripts [netbsd-7-0]: Makefile.in invoke-plot_summary.texi invoke-summary.texi plot_summary-opts plot_summary.1plot_summaryman plot_summary.1plot_summarymdoc plot_summary.html plot_summary.man.in plot_summary.mdoc.in summary-opts summary.1summaryman summary.1summarymdoc summary.html summary.man.in summary.mdoc.in src/external/bsd/ntp/dist/scripts/build [netbsd-7-0]: Makefile.in src/external/bsd/ntp/dist/scripts/calc_tickadj [netbsd-7-0]: Makefile.in calc_tickadj.1calc_tickadjman calc_tickadj.1calc_tickadjmdoc calc_tickadj.html calc_tickadj.man.in calc_tickadj.mdoc.in invoke-calc_tickadj.texi src/external/bsd/ntp/dist/scripts/lib [netbsd-7-0]: Makefile.in src/external/bsd/ntp/dist/scripts/lib/NTP [netbsd-7-0]: Util.pm src/external/bsd/ntp/dist/scripts/ntp-wait [netbsd-7-0]: Makefile.in invoke-ntp-
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 01:56:46 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Ticket 1024. To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 01:56:58 UTC 2015 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: ticket 1024 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-7.0.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/rpcgen
Module Name:src Committed By: christos Date: Sun Nov 8 01:59:31 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_svcout.c Log Message: Delete extra declaration of svc_fdset... And some commented out code. This badly needs some modernization. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/usr.bin/rpcgen/rpc_svcout.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/compat
Module Name:src Committed By: riz Date: Sun Nov 8 02:02:37 UTC 2015 Modified Files: src/sys/compat/linux/common [netbsd-7]: linux_mod.c src/sys/compat/netbsd32 [netbsd-7]: netbsd32_mod.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1020): sys/compat/netbsd32/netbsd32_mod.c: revision 1.6 sys/compat/netbsd32/netbsd32_mod.c: revision 1.7 sys/compat/netbsd32/netbsd32_mod.c: revision 1.8 sys/compat/netbsd32/netbsd32_mod.c: revision 1.9 sys/compat/linux/common/linux_mod.c: revision 1.5 Add an additional dependency on compat_sysv Add another dependency for nfsserver And yet another dependency, this time on mq Ooops, spell the module name in full. "mqueue" vs "mq" we need compat_sysv now. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.4.1 src/sys/compat/linux/common/linux_mod.c cvs rdiff -u -r1.5 -r1.5.2.1 src/sys/compat/netbsd32/netbsd32_mod.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/usr.sbin/vnconfig
Module Name:src Committed By: riz Date: Sun Nov 8 02:05:25 UTC 2015 Modified Files: src/usr.sbin/vnconfig [netbsd-7]: vnconfig.8 Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1025): usr.sbin/vnconfig/vnconfig.8: revision 1.40 Update to keep up with reality. In NetBSD 7, the vnconfig command was renamed. So add this fact to the HISTORY section and remove BUGS. XXX Pull-up to NetBSD-7 ! To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.39.6.1 src/usr.sbin/vnconfig/vnconfig.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/usr.sbin/vnconfig
Module Name:src Committed By: riz Date: Sun Nov 8 02:04:46 UTC 2015 Modified Files: src/usr.sbin/vnconfig [netbsd-7-0]: vnconfig.8 Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1025): usr.sbin/vnconfig/vnconfig.8: revision 1.40 Update to keep up with reality. In NetBSD 7, the vnconfig command was renamed. So add this fact to the HISTORY section and remove BUGS. XXX Pull-up to NetBSD-7 ! To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.39.8.1 src/usr.sbin/vnconfig/vnconfig.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 02:05:16 UTC 2015 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: ticket 1025 To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-7.0.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 02:08:18 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Tickets 1020, 1025 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc
Module Name:src Committed By: joerg Date: Sun Nov 8 02:20:26 UTC 2015 Modified Files: src/lib/libc: shlib_version Log Message: Soft-float support for rounding mode is currently not thread-safe, which is not acceptable. Decision should be made on whether full fenv.h support is desirable and then fix this appropiately. Math functions (both libc and libm) should not touch errno, this creates unnecessary problems for compilers. To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/lib/libc/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/nfs/nfsservice
Module Name:src Committed By: christos Date: Sun Nov 8 02:45:16 UTC 2015 Modified Files: src/tests/fs/nfs/nfsservice: mountd.c rumpnfsd.c src/tests/fs/nfs/nfsservice/rpcbind: pmap_svc.c rpcb_svc_com.c rpcbind.c Log Message: make this work with the new fdset stuff. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/fs/nfs/nfsservice/mountd.c cvs rdiff -u -r1.8 -r1.9 src/tests/fs/nfs/nfsservice/rumpnfsd.c cvs rdiff -u -r1.2 -r1.3 src/tests/fs/nfs/nfsservice/rpcbind/pmap_svc.c \ src/tests/fs/nfs/nfsservice/rpcbind/rpcb_svc_com.c cvs rdiff -u -r1.5 -r1.6 src/tests/fs/nfs/nfsservice/rpcbind/rpcbind.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/rpc
Module Name:src Committed By: christos Date: Sun Nov 8 02:46:53 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_commondata.c svc_fdset.c svc_fdset.h Log Message: Only do the compat cruft if we are compiling libc. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/rpc/rpc_commondata.c cvs rdiff -u -r1.10 -r1.11 src/lib/libc/rpc/svc_fdset.c cvs rdiff -u -r1.3 -r1.4 src/lib/libc/rpc/svc_fdset.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/dev/usb
Module Name:src Committed By: riz Date: Sun Nov 8 05:17:40 UTC 2015 Modified Files: src/sys/dev/usb [netbsd-7]: uplcom.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1027): sys/dev/usb/uplcom.c: revision 1.76 Don't pretend to do zero length IN control transfers as dwctwo(4) (correctly according to usb 2.0 specification 8.5.3) uses IN status stage when no (zero length) data stage. Instead read into a 1 byte array. My uplcom(4) now works on RPI. To generate a diff of this commit: cvs rdiff -u -r1.74.2.1 -r1.74.2.2 src/sys/dev/usb/uplcom.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: riz Date: Sun Nov 8 05:18:34 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Ticket 1027. To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.