CVS commit: src/sbin/iscsid
Module Name:src Committed By: wiz Date: Mon May 28 08:49:58 UTC 2012 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sbin/iscsid/iscsid.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/iscsid
Module Name:src Committed By: wiz Date: Mon May 28 08:51:44 UTC 2012 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Sort option descriptions (options without args, then options with args). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sbin/iscsid/iscsid.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libexecinfo
Module Name:src Committed By: martin Date: Mon May 28 09:51:34 UTC 2012 Modified Files: src/tests/lib/libexecinfo: t_backtrace.c Log Message: Not a good idea to continue testing if basic assertions fail - only will cause core dumps later. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libexecinfo/t_backtrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/miscfs/procfs
Module Name:src Committed By: christos Date: Mon May 28 13:16:11 UTC 2012 Modified Files: src/sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vnops.c Log Message: add a task process subdirectory for emul linux To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/miscfs/procfs/procfs.h cvs rdiff -u -r1.100 -r1.101 src/sys/miscfs/procfs/procfs_subr.c cvs rdiff -u -r1.183 -r1.184 src/sys/miscfs/procfs/procfs_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/compat/netbsd32
Module Name:src Committed By: christos Date: Mon May 28 14:19:11 UTC 2012 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: compat for 80211 ioctls from jmcneill To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/compat/netbsd32/netbsd32_ioctl.c cvs rdiff -u -r1.42 -r1.43 src/sys/compat/netbsd32/netbsd32_ioctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/xz
Module Name:src Committed By: jdc Date: Mon May 28 17:28:54 UTC 2012 Modified Files: src/external/public-domain/xz: prepare-import.sh src/external/public-domain/xz/include: config.h Log Message: Determine WORDS_BIGENDIAN at build time, rather than hardcoding it to 0. Makes liblzma work on sparc64 (and probably other big endian hosts too). Add a note to the import script. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/xz/prepare-import.sh cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/xz/include/config.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
Module Name:src Committed By: martin Date: Mon May 28 19:24:30 UTC 2012 Modified Files: src/sys/arch/sparc/include: bootinfo.h src/sys/arch/sparc/sparc: autoconf.c src/sys/arch/sparc/stand/boot: boot.c src/sys/arch/sparc/stand/ofwboot: boot.c src/sys/arch/sparc64/include: bootinfo.h src/sys/arch/sparc64/sparc64: autoconf.c Log Message: Pass the "boothowto" from the bootloader to the kernel. If (an old) bootloader did not pass the flags, check explicitly if we missed RB_USERCONF and invoke userconf_prompt() in MD code, as MI code already missed it. This fixes PR 46466. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc/include/bootinfo.h cvs rdiff -u -r1.242 -r1.243 src/sys/arch/sparc/sparc/autoconf.c cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sparc/stand/boot/boot.c cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc/stand/ofwboot/boot.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc64/include/bootinfo.h cvs rdiff -u -r1.185 -r1.186 src/sys/arch/sparc64/sparc64/autoconf.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/sparc64/include
Module Name:src Committed By: martin Date: Mon May 28 21:09:52 UTC 2012 Modified Files: src/sys/arch/sparc64/include: bootinfo.h Log Message: Ooops, remove definitions duplicated in To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sparc64/include/bootinfo.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libterminfo
Module Name:src Committed By: dholland Date: Tue May 29 00:27:59 UTC 2012 Modified Files: src/lib/libterminfo: term.h Log Message: Add cdefs.h per PR 46492. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libterminfo/term.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/iscsictl
Module Name:src Committed By: riz Date: Tue May 29 00:33:04 UTC 2012 Modified Files: src/sbin/iscsictl: iscsictl.8 Log Message: The 'list_sessions' command has a -c flag to display connections associated with the sessions. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/iscsictl/iscsictl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.