CVS commit: src/libexec/httpd
Module Name:src Committed By: mbalmer Date: Thu Oct 17 07:31:31 UTC 2013 Modified Files: src/libexec/httpd: lua-bozo.c Log Message: zero allocated memory buffers To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/libexec/httpd/lua-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
Module Name:src Committed By: mbalmer Date: Thu Oct 17 07:49:06 UTC 2013 Modified Files: src/libexec/httpd: lua-bozo.c Log Message: plug a memory leak To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/libexec/httpd/lua-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
Module Name:src Committed By: mbalmer Date: Thu Oct 17 07:54:19 UTC 2013 Modified Files: src/libexec/httpd: lua-bozo.c Log Message: better approach to NUL terminate strings To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/libexec/httpd/lua-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
Module Name:src Committed By: mbalmer Date: Thu Oct 17 08:07:54 UTC 2013 Modified Files: src/libexec/httpd: lua-bozo.c Log Message: fold long line in a readable way; pass nil as query table if reading form data fails To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/libexec/httpd/lua-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/luactl
Module Name:src Committed By: wiz Date: Thu Oct 17 08:21:03 UTC 2013 Modified Files: src/sbin/luactl: luactl.8 Log Message: More markup, typo fixes, update date and NetBSD version for import. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/luactl/luactl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/luactl
Module Name:src Committed By: mbalmer Date: Thu Oct 17 09:33:40 UTC 2013 Modified Files: src/sbin/luactl: luactl.8 Log Message: there is no assign command To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sbin/luactl/luactl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/luactl
Module Name:src Committed By: wiz Date: Thu Oct 17 09:44:22 UTC 2013 Modified Files: src/sbin/luactl: luactl.8 Log Message: Still more markup. Sort. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/luactl/luactl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/net
Module Name:src Committed By: christos Date: Thu Oct 17 12:52:09 UTC 2013 Modified Files: src/tests/net/net: t_unix.c Log Message: CID 1107550: resource leak To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/net/net/t_unix.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/net
Module Name:src Committed By: christos Date: Thu Oct 17 12:53:28 UTC 2013 Modified Files: src/tests/net/net: t_tcp.c Log Message: CID 1107548: resource leak To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/net/net/t_tcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: gson Date: Thu Oct 17 13:17:51 UTC 2013 Modified Files: src/share/man/man9: kpause.9 Log Message: Don't capitalize "it" in the middle of a sentence. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/kpause.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man3
Module Name:src Committed By: christos Date: Thu Oct 17 16:50:48 UTC 2013 Modified Files: src/share/man/man3: __CONCAT.3 __UNCONST.3 Log Message: add non-portability caveat. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/__CONCAT.3 cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/__UNCONST.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/man3
Module Name:src Committed By: christos Date: Thu Oct 17 16:50:36 UTC 2013 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: __USE.3 Log Message: describe the __USE macro To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/share/man/man3/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man3/__USE.3 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: christos Date: Thu Oct 17 16:52:02 UTC 2013 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add __USE To generate a diff of this commit: cvs rdiff -u -r1.1844 -r1.1845 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/usr.sbin/mtree
Module Name:src Committed By: christos Date: Thu Oct 17 17:22:59 UTC 2013 Modified Files: src/usr.sbin/mtree: compare.c create.c spec.c Log Message: Our ends up calling header files that define intmax_t. This should not be the case (but >sys/param.h> is not a standard header so all bets are off). FreeBSD's does not, so explicitly include to get it. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.sbin/mtree/compare.c cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/mtree/create.c cvs rdiff -u -r1.87 -r1.88 src/usr.sbin/mtree/spec.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: njoly Date: Thu Oct 17 18:01:11 UTC 2013 Modified Files: src/lib/libc/sys: Makefile.inc src/sys/compat/netbsd32: netbsd32_fs.c syscalls.master src/sys/kern: syscalls.master vfs_syscalls.c src/sys/sys: stat.h Added Files: src/lib/libc/sys: mknodat.c Log Message: Change mknodat(2) device argument type from uint32_t to dev_t. Adds needed extra PAD argument for 64bit alignment, and libc wrapper. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 src/lib/libc/sys/Makefile.inc cvs rdiff -u -r0 -r1.1 src/lib/libc/sys/mknodat.c cvs rdiff -u -r1.68 -r1.69 src/sys/compat/netbsd32/netbsd32_fs.c cvs rdiff -u -r1.97 -r1.98 src/sys/compat/netbsd32/syscalls.master cvs rdiff -u -r1.263 -r1.264 src/sys/kern/syscalls.master cvs rdiff -u -r1.467 -r1.468 src/sys/kern/vfs_syscalls.c cvs rdiff -u -r1.67 -r1.68 src/sys/sys/stat.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: njoly Date: Thu Oct 17 18:04:40 UTC 2013 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_sysent.c src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h syscallargs.h Log Message: Regen for mknodat(2) device argument type change. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/compat/netbsd32/netbsd32_syscall.h \ src/sys/compat/netbsd32/netbsd32_syscallargs.h cvs rdiff -u -r1.104 -r1.105 src/sys/compat/netbsd32/netbsd32_syscalls.c \ src/sys/compat/netbsd32/netbsd32_sysent.c cvs rdiff -u -r1.274 -r1.275 src/sys/kern/init_sysent.c cvs rdiff -u -r1.265 -r1.266 src/sys/kern/syscalls.c cvs rdiff -u -r1.66 -r1.67 src/sys/rump/include/rump/rump_syscalls.h cvs rdiff -u -r1.91 -r1.92 src/sys/rump/librump/rumpkern/rump_syscalls.c cvs rdiff -u -r1.261 -r1.262 src/sys/sys/syscall.h cvs rdiff -u -r1.244 -r1.245 src/sys/sys/syscallargs.h 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: Thu Oct 17 18:10:23 UTC 2013 Modified Files: src/usr.sbin/ldpd: conffile.c conffile.h socketops.c Log Message: allow setting transport addresses for interfaces into config file also move passive-interface functionality under interface block report the correct line for config parsing errors To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/ldpd/conffile.c cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/ldpd/conffile.h cvs rdiff -u -r1.31 -r1.32 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/share/man/man3
Module Name:src Committed By: jnemeth Date: Thu Oct 17 19:37:56 UTC 2013 Modified Files: src/share/man/man3: __USE.3 Log Message: - DPRINTF(("val is %d\n", val)); -> DPRINTF(("val is %d\n", var)); - mdoclint: - .Nd should not end with period - remove trailing spaces To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/__USE.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/man3
Module Name:src Committed By: wiz Date: Thu Oct 17 20:43:49 UTC 2013 Modified Files: src/share/man/man3: __CONCAT.3 __UNCONST.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man3/__CONCAT.3 cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/__UNCONST.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/coda
Module Name:src Committed By: christos Date: Thu Oct 17 20:54:24 UTC 2013 Modified Files: src/sys/coda: coda_psdev.c Log Message: move module code inside module ifdef To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/coda/coda_psdev.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/coda
Module Name:src Committed By: christos Date: Thu Oct 17 20:55:31 UTC 2013 Modified Files: src/sys/coda: coda_vnops.c Log Message: remove unused code. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/coda/coda_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/coda
Module Name:src Committed By: christos Date: Thu Oct 17 20:56:02 UTC 2013 Modified Files: src/sys/coda: coda_venus.c Log Message: remove unused code from macro To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/coda/coda_venus.c 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: christos Date: Thu Oct 17 20:57:06 UTC 2013 Modified Files: src/sys/kern: uipc_socket.c Log Message: initialize a variable, hi gcc again! To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 src/sys/kern/uipc_socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/amd64
Module Name:src Committed By: christos Date: Thu Oct 17 20:57:58 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: remove unused variable, and move variable used only by XEN in the XEN ifdef. To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196 src/sys/arch/amd64/amd64/machdep.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/x86/x86
Module Name:src Committed By: christos Date: Thu Oct 17 20:58:55 UTC 2013 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: __USE a debugging variable To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/x86/x86/ipmi.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/x86/include
Module Name:src Committed By: christos Date: Thu Oct 17 20:59:16 UTC 2013 Modified Files: src/sys/arch/x86/include: cpu.h pmap.h Log Message: __USE() unused variables To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/x86/include/cpu.h cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/include/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/lfs
Module Name:src Committed By: christos Date: Thu Oct 17 21:01:08 UTC 2013 Modified Files: src/sys/ufs/lfs: lfs_inode.c lfs_segment.c lfs_vfsops.c lfs_vnops.c ulfs_bswap.h ulfs_lookup.c ulfs_readwrite.c Log Message: - remove unused variables - add debug ifdefs for debugging variables - __USE() where appropriate. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/ufs/lfs/lfs_inode.c cvs rdiff -u -r1.231 -r1.232 src/sys/ufs/lfs/lfs_segment.c cvs rdiff -u -r1.314 -r1.315 src/sys/ufs/lfs/lfs_vfsops.c cvs rdiff -u -r1.257 -r1.258 src/sys/ufs/lfs/lfs_vnops.c cvs rdiff -u -r1.4 -r1.5 src/sys/ufs/lfs/ulfs_bswap.h cvs rdiff -u -r1.15 -r1.16 src/sys/ufs/lfs/ulfs_lookup.c cvs rdiff -u -r1.6 -r1.7 src/sys/ufs/lfs/ulfs_readwrite.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/puffs
Module Name:src Committed By: christos Date: Thu Oct 17 21:03:27 UTC 2013 Modified Files: src/sys/fs/puffs: puffs_msgif.c puffs_node.c puffs_sys.h puffs_vnops.c Log Message: - remove unused variables - add _NOERROR flavor macros for the case where errors are ignored. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/fs/puffs/puffs_msgif.c cvs rdiff -u -r1.29 -r1.30 src/sys/fs/puffs/puffs_node.c cvs rdiff -u -r1.83 -r1.84 src/sys/fs/puffs/puffs_sys.h cvs rdiff -u -r1.176 -r1.177 src/sys/fs/puffs/puffs_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/fs/union
Module Name:src Committed By: christos Date: Thu Oct 17 21:03:50 UTC 2013 Modified Files: src/sys/fs/union: union_subr.c Log Message: remove unused code To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/fs/union/union_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/ntfs
Module Name:src Committed By: christos Date: Thu Oct 17 21:04:12 UTC 2013 Modified Files: src/sys/fs/ntfs: ntfs_vfsops.c Log Message: remove unused code To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/fs/ntfs/ntfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/smbfs
Module Name:src Committed By: christos Date: Thu Oct 17 21:04:44 UTC 2013 Modified Files: src/sys/fs/smbfs: smbfs_kq.c smbfs_vfsops.c Log Message: remove usused code To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/fs/smbfs/smbfs_kq.c cvs rdiff -u -r1.95 -r1.96 src/sys/fs/smbfs/smbfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: christos Date: Thu Oct 17 21:06:15 UTC 2013 Modified Files: src/sys/dev/pci: if_dge.c if_ipw.c if_iwi.c if_iwn.c if_jme.c ld_twa.c mly.c mpii.c pccbb.c twa.c viomb.c weasel_pci.c Log Message: - remove unused variables - move debugging code inside debugging sections To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/if_dge.c cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/if_ipw.c cvs rdiff -u -r1.92 -r1.93 src/sys/dev/pci/if_iwi.c cvs rdiff -u -r1.69 -r1.70 src/sys/dev/pci/if_iwn.c cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/if_jme.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/ld_twa.c cvs rdiff -u -r1.45 -r1.46 src/sys/dev/pci/mly.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/mpii.c cvs rdiff -u -r1.204 -r1.205 src/sys/dev/pci/pccbb.c cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/twa.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/viomb.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/weasel_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: christos Date: Thu Oct 17 21:05:41 UTC 2013 Modified Files: src/sys/dev/pci: yds.c Log Message: __USE a debugging var To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/yds.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pcmcia
Module Name:src Committed By: christos Date: Thu Oct 17 21:06:47 UTC 2013 Modified Files: src/sys/dev/pcmcia: if_ne_pcmcia.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/sys/dev/pcmcia/if_ne_pcmcia.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: christos Date: Thu Oct 17 21:07:37 UTC 2013 Modified Files: src/sys/dev/usb: if_otus.c if_urndis.c uvideo.c Log Message: - remove unused variables - move ifdef variables inside ifdef sections To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/usb/if_otus.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/usb/if_urndis.c cvs rdiff -u -r1.38 -r1.39 src/sys/dev/usb/uvideo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/linux/common
Module Name:src Committed By: christos Date: Thu Oct 17 21:08:16 UTC 2013 Modified Files: src/sys/compat/linux/common: linux_futex.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/compat/linux/common/linux_futex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/include
Module Name:src Committed By: christos Date: Thu Oct 17 21:11:15 UTC 2013 Modified Files: src/sys/arch/amd64/include: db_machdep.h Log Message: use the parameter for instruction macros To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/amd64/include/db_machdep.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/x86/pci
Module Name:src Committed By: christos Date: Thu Oct 17 21:12:24 UTC 2013 Modified Files: src/sys/arch/x86/pci: fwhrng.c pci_machdep.c Log Message: remove set but unused variables To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/pci/fwhrng.c cvs rdiff -u -r1.61 -r1.62 src/sys/arch/x86/pci/pci_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/acpica/dist/utilities
Module Name:src Committed By: christos Date: Thu Oct 17 21:12:56 UTC 2013 Modified Files: src/sys/external/bsd/acpica/dist/utilities: utmutex.c Log Message: __USE a debugging variable To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ src/sys/external/bsd/acpica/dist/utilities/utmutex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm/dist/shared-core
Module Name:src Committed By: christos Date: Thu Oct 17 21:14:05 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core: savage_bci.c Log Message: annotate some unused variables the authors want to keep To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/drm/dist/shared-core/savage_bci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm/dist/shared-core
Module Name:src Committed By: christos Date: Thu Oct 17 21:15:00 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mach64_drv.h mach64_state.c Log Message: define a new macro that does not declare variables used in output. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/drm/dist/shared-core/mach64_drv.h cvs rdiff -u -r1.1.1.1 -r1.2 \ src/sys/external/bsd/drm/dist/shared-core/mach64_state.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm/dist
Module Name:src Committed By: christos Date: Thu Oct 17 21:15:18 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c drm_vm.c via_dmablit.c src/sys/external/bsd/drm/dist/shared-core: mga_state.c radeon_cs.c radeon_state.c via_dma.c Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \ src/sys/external/bsd/drm/dist/bsd-core/drm_memory.c cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm/dist/bsd-core/drm_vm.c cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm/dist/bsd-core/via_dmablit.c cvs rdiff -u -r1.1.1.1 -r1.2 \ src/sys/external/bsd/drm/dist/shared-core/mga_state.c cvs rdiff -u -r1.1 -r1.2 \ src/sys/external/bsd/drm/dist/shared-core/radeon_cs.c cvs rdiff -u -r1.7 -r1.8 \ src/sys/external/bsd/drm/dist/shared-core/radeon_state.c cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm/dist/shared-core/via_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2o
Module Name:src Committed By: christos Date: Thu Oct 17 21:16:13 UTC 2013 Modified Files: src/sys/dev/i2o: iop.c Log Message: remove unused variables and __USE a debugging variable To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/i2o/iop.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: christos Date: Thu Oct 17 21:18:43 UTC 2013 Modified Files: src/sys/dev/i2c: tvpll.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/tvpll.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: christos Date: Thu Oct 17 21:19:03 UTC 2013 Modified Files: src/sys/dev/acpi: pckbc_acpi.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/acpi/pckbc_acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: christos Date: Thu Oct 17 21:19:40 UTC 2013 Modified Files: src/sys/dev: sequencer.c Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/sequencer.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: christos Date: Thu Oct 17 21:20:10 UTC 2013 Modified Files: src/sys/dev: video.c Log Message: - remove unused variables - moved debugging variable into debugging ifdef To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/video.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/bluetooth
Module Name:src Committed By: christos Date: Thu Oct 17 21:22:02 UTC 2013 Modified Files: src/sys/dev/bluetooth: bcsp.c Log Message: add __USE for debugging variables To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/bluetooth/bcsp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/cardbus
Module Name:src Committed By: christos Date: Thu Oct 17 21:22:28 UTC 2013 Modified Files: src/sys/dev/cardbus: if_rtw_cardbus.c Log Message: move notyet variable into notyet section To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/cardbus/if_rtw_cardbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/dtv
Module Name:src Committed By: christos Date: Thu Oct 17 21:23:05 UTC 2013 Modified Files: src/sys/dev/dtv: dtv_demux.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/dtv/dtv_demux.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: christos Date: Thu Oct 17 21:24:25 UTC 2013 Modified Files: src/sys/dev/ic: aic79xx.c aic79xx_osm.c arn5008.c arn9003.c arn9285.c arn9287.c athn.c atw.c bwi.c ciss.c mfi.c mtd803.c rtw.c sl811hs.c spic.c tpm.c Log Message: - remove unused variables - move variables inside ifdef sections - ifdef notdef unused code - use __USE for debugging variables To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/ic/aic79xx.c cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/aic79xx_osm.c src/sys/dev/ic/ciss.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/arn5008.c src/sys/dev/ic/arn9003.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/arn9285.c src/sys/dev/ic/arn9287.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/athn.c cvs rdiff -u -r1.154 -r1.155 src/sys/dev/ic/atw.c cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/bwi.c cvs rdiff -u -r1.49 -r1.50 src/sys/dev/ic/mfi.c cvs rdiff -u -r1.27 -r1.28 src/sys/dev/ic/mtd803.c cvs rdiff -u -r1.119 -r1.120 src/sys/dev/ic/rtw.c cvs rdiff -u -r1.46 -r1.47 src/sys/dev/ic/sl811hs.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/spic.c cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/tpm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libc++/include
Module Name:src Committed By: joerg Date: Thu Oct 17 22:07:59 UTC 2013 Modified Files: src/external/bsd/libc++/include: Makefile Log Message: Explicitly include bsd.clean.mk for cleandir. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libc++/include/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/include
Module Name:src Committed By: christos Date: Thu Oct 17 23:04:20 UTC 2013 Modified Files: src/sys/arch/amd64/include: db_machdep.h Log Message: we need to return something here. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amd64/include/db_machdep.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/amd64/include
Module Name:src Committed By: christos Date: Thu Oct 17 23:05:08 UTC 2013 Modified Files: src/sys/arch/amd64/include: db_machdep.h Log Message: add missing _ To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amd64/include/db_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [rmind-smpnet] src/sys
Module Name:src Committed By: rmind Date: Thu Oct 17 23:52:18 UTC 2013 Modified Files: src/sys/kern [rmind-smpnet]: uipc_socket2.c src/sys/netinet [rmind-smpnet]: ip_output.c tcp_usrreq.c udp_usrreq.c Log Message: Eliminate some of the splsoftnet() calls, misc clean up. To generate a diff of this commit: cvs rdiff -u -r1.112.2.2 -r1.112.2.3 src/sys/kern/uipc_socket2.c cvs rdiff -u -r1.223.2.2 -r1.223.2.3 src/sys/netinet/ip_output.c cvs rdiff -u -r1.166.4.3 -r1.166.4.4 src/sys/netinet/tcp_usrreq.c cvs rdiff -u -r1.190.2.3 -r1.190.2.4 src/sys/netinet/udp_usrreq.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/gen
Module Name:src Committed By: christos Date: Thu Oct 17 23:56:17 UTC 2013 Modified Files: src/lib/libc/gen: arc4random.c Log Message: remove always inline because new gcc bitches. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/arc4random.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: Thu Oct 17 23:58:05 UTC 2013 Modified Files: src/lib/libc/rpc: clnt_vc.c Log Message: Avoid casting gymnastics that lead to pointer aliasing by introducing an inline function. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/rpc/clnt_vc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/coda
Module Name:src Committed By: riz Date: Fri Oct 18 00:03:35 UTC 2013 Modified Files: src/sys/coda: coda_psdev.c Log Message: C requires a statement after a label, and a declaration is not a statement, so create a block using {}. From christos. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/coda/coda_psdev.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
Module Name:src Committed By: riz Date: Fri Oct 18 01:12:00 UTC 2013 Modified Files: src/external/mit/xorg/lib/libX11: Makefile.libx11 src/external/mit/xorg/lib/libXi: Makefile Log Message: Before testing the value of HAVE_GCC, test if it's defined. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/mit/xorg/lib/libX11/Makefile.libx11 cvs rdiff -u -r1.10 -r1.11 src/external/mit/xorg/lib/libXi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/sparc/gen
Module Name:src Committed By: mrg Date: Fri Oct 18 02:19:12 UTC 2013 Modified Files: src/lib/libc/arch/sparc/gen: fpsetsticky.c Log Message: convert to full ANSI C. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/sparc/gen/fpsetsticky.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: mrg Date: Fri Oct 18 02:20:15 UTC 2013 Modified Files: src/sys/netinet6: in6_ifattach.c Log Message: convert a DIAGNOSTIC / panic into a KASSERTMSG(). To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/netinet6/in6_ifattach.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [rmind-smpnet] src/sys
Module Name:src Committed By: rmind Date: Fri Oct 18 02:32:12 UTC 2013 Modified Files: src/sys/kern [rmind-smpnet]: uipc_socket.c src/sys/sys [rmind-smpnet]: socketvar.h Log Message: Add soref() and sounref(). To generate a diff of this commit: cvs rdiff -u -r1.215.4.2 -r1.215.4.3 src/sys/kern/uipc_socket.c cvs rdiff -u -r1.130.2.1 -r1.130.2.2 src/sys/sys/socketvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.