CVS commit: src/usr.sbin/dumplfs
Module Name:src Committed By: dholland Date: Fri Aug 12 08:22:13 UTC 2016 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: If the number of inodes per block is zero, bail instead of using uninitialized stack trash as a dinode pointer. Fixes PR 51409 where "dumplfs /dev/zero" receives SIGSEGV. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/dumplfs/dumplfs.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/zaurus/conf
Module Name:src Committed By: nonaka Date: Fri Aug 12 09:26:35 UTC 2016 Modified Files: src/sys/arch/zaurus/conf: INSTALL INSTALL_C700 Log Message: remove some phy(4) from zaurus INSTALL kernel. avoid kernel size limit... To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/zaurus/conf/INSTALL cvs rdiff -u -r1.1 -r1.2 src/sys/arch/zaurus/conf/INSTALL_C700 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: christos Date: Fri Aug 12 11:44:24 UTC 2016 Modified Files: src/sys/netinet6: scope6.c Log Message: In rump (ifp)->if_afdata[AF_INET6] == NULL if we did not register netinet6 yet. Treat this like we don't have a scope, and make the sid tests consistent. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/netinet6/scope6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib
Module Name:src Committed By: christos Date: Fri Aug 12 11:43:04 UTC 2016 Modified Files: src/sys/rump/net/lib/libnetinet: netinet_component.c src/sys/rump/net/lib/libnetinet6: netinet6_component.c Log Message: more loopinit(); To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/net/lib/libnetinet/netinet_component.c cvs rdiff -u -r1.4 -r1.5 \ src/sys/rump/net/lib/libnetinet6/netinet6_component.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: skrll Date: Fri Aug 12 13:40:21 UTC 2016 Modified Files: src/sys/uvm: files.uvm Log Message: Make UVMHIST_PRINT work again by making it define KERNHIST_PRINT To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/uvm/files.uvm 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/mips
Module Name:src Committed By: skrll Date: Fri Aug 12 15:26:04 UTC 2016 Modified Files: src/lib/libc/arch/mips: genassym.cf src/lib/libc/arch/mips/sys: getcontext.S Log Message: Provide _OFFSETOF_UC_GREGS_GP and use _OFFSETOF_UC_GREGS_* in getcontext To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/mips/genassym.cf cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/mips/sys/getcontext.S 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/mips/gen
Module Name:src Committed By: skrll Date: Fri Aug 12 15:21:25 UTC 2016 Modified Files: src/lib/libc/arch/mips/gen: _resumecontext.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/mips/gen/_resumecontext.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs
Module Name:src Committed By: jdolecek Date: Fri Aug 12 19:04:03 UTC 2016 Modified Files: src/sys/ufs: files.ufs src/sys/ufs/ext2fs: ext2fs.h ext2fs_dinode.h ext2fs_vnops.c Added Files: src/sys/ufs/ext2fs: ext2fs_xattr.c ext2fs_xattr.h Log Message: add support for extended attributes in ext2fs for ext3/ext4; read-only for now To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/ufs/files.ufs cvs rdiff -u -r1.41 -r1.42 src/sys/ufs/ext2fs/ext2fs.h cvs rdiff -u -r1.35 -r1.36 src/sys/ufs/ext2fs/ext2fs_dinode.h cvs rdiff -u -r1.120 -r1.121 src/sys/ufs/ext2fs/ext2fs_vnops.c cvs rdiff -u -r0 -r1.1 src/sys/ufs/ext2fs/ext2fs_xattr.c \ src/sys/ufs/ext2fs/ext2fs_xattr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/modules/ext2fs
Module Name:src Committed By: jdolecek Date: Fri Aug 12 19:07:14 UTC 2016 Modified Files: src/sys/modules/ext2fs: Makefile Log Message: add ext2fs_xattr.c To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/modules/ext2fs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: jdolecek Date: Fri Aug 12 19:08:54 UTC 2016 Modified Files: src/sys/netinet: sctp_crc32.c Log Message: sprinkle const on sctp_crc_c[] To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/netinet/sctp_crc32.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/fs/lib/libext2fs
Module Name:src Committed By: martin Date: Fri Aug 12 20:25:34 UTC 2016 Modified Files: src/sys/rump/fs/lib/libext2fs: Makefile Log Message: Add new file to fix the build. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/rump/fs/lib/libext2fs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ext2fs
Module Name:src Committed By: macallan Date: Fri Aug 12 20:26:15 UTC 2016 Modified Files: src/sys/ufs/ext2fs: ext2fs.h Log Message: sprinkle ()s in macros with comparisons, shuts up compiler warnings To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/ufs/ext2fs/ext2fs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ext2fs
Module Name:src Committed By: macallan Date: Fri Aug 12 20:30:15 UTC 2016 Modified Files: src/sys/ufs/ext2fs: ext2fs_xattr.h Log Message: cast pointers to uintptr_t before comparing them, also ()s now this at least compiles To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/ufs/ext2fs/ext2fs_xattr.h 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/server/xorg-server/hw/xfree86/Xorg
Module Name:src Committed By: mrg Date: Fri Aug 12 20:45:05 UTC 2016 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg: Makefile Log Message: fix a edit-o in the previous, pointed out by richard@. thanks. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.