CVS commit: src/sys/dev/iscsi

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 28 04:18:12 UTC 2012 Modified Files: src/sys/dev/iscsi: iscsi_main.c Log Message: Expose some of the module framework when _MODULE is not defined, so iscsi becomes a "built in" module in that case. To generate a diff of thi

CVS commit: src/sys/dev/iscsi

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 28 03:43:18 UTC 2012 Modified Files: src/sys/dev/iscsi: iscsi_main.c Log Message: Don't allow iscsi to autounload. The default unload timeout is short, and too much state is lost. To generate a diff of this commit: cvs rdi

CVS commit: src/lib/libperfuse

2012-05-27 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon May 28 02:13:33 UTC 2012 Modified Files: src/lib/libperfuse: ops.c Log Message: Setting mode by fchmod(2) will break on glusterfs-3.3 is we attempt to set atime and mtime at the same time. Detect that situation just like we dete

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 28 00:45:31 UTC 2012 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Fix up the wording of the new flags, and show that the -d flag now takes an argument. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 s

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 28 00:37:55 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_lists.c Log Message: Fix 4 more instances of the same bug (not returning NULL when stuff not found). While I'm here, add comments so it hopefully doesn't happen ag

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 28 00:13:19 UTC 2012 Modified Files: src/sbin/iscsid: Makefile iscsid_globals.h iscsid_main.c Log Message: Make the debugging printouts actually work when setting the debug level, and allow the level to be set numerically fro

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 23:54:45 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_lists.c Log Message: Fix a bug introduced in rev 1.2: return "curr", like the debugging says we're doing, because it, unlike "t", will propely be NULL when the tar

CVS commit: src/etc/mtree

2012-05-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 27 23:03:24 UTC 2012 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: Add new test directory To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/etc/mtree/NetBSD.dist.tests Please note that di

CVS commit: src/tests/lib/libexecinfo

2012-05-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 27 22:57:24 UTC 2012 Modified Files: src/tests/lib/libexecinfo: Makefile Log Message: Fix destination directory To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libexecinfo/Makefile Please note

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 22:03:16 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_globals.h iscsid_main.c Log Message: Implement the remaining bits of unthreaded operation. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/is

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 20:11:58 UTC 2012 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Use Fl for the flags. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sbin/iscsid/iscsid.8 Please note that diffs are not public d

CVS commit: src/sbin/iscsid

2012-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 27 20:05:05 UTC 2012 Modified Files: src/sbin/iscsid: Makefile iscsid.8 iscsid.h iscsid_driverif.c iscsid_lists.c iscsid_main.c Log Message: use -n for nothreads. To generate a diff of this commit: cvs rdif

CVS commit: src/sbin/iscsid

2012-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 27 19:52:51 UTC 2012 Modified Files: src/sbin/iscsid: Makefile iscsid.8 iscsid_main.c Log Message: make the debug level available on the command line. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbi

CVS commit: src/tests/lib

2012-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 27 19:21:26 UTC 2012 Modified Files: src/tests/lib: Makefile Log Message: one too many e's To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/lib/Makefile Please note that diffs are not public dom

CVS commit: src/distrib/sets/lists/tests

2012-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 27 19:18:13 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi Log Message: sets for execinfo test To generate a diff of this commit: cvs rdiff -u -r1.469 -r1.470 src/distrib/sets/lists/tests/mi Please note tha

CVS commit: src/tests/lib

2012-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 27 18:52:16 UTC 2012 Modified Files: src/tests/lib: Makefile Log Message: hook in libexecinfo To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/lib/Makefile Please note that diffs are not public

CVS commit: src/tests/lib/libexecinfo

2012-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 27 18:47:18 UTC 2012 Added Files: src/tests/lib/libexecinfo: Makefile t_backtrace.c Log Message: add a test for the backtrace function. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/lib/libexecinf

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 17:27:34 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_globals.h Log Message: When ISCSI_NOTHREAD is defined, make UNLOCK_SESSIONS a different kind of noop, so that things build. To generate a diff of this commit: cvs

CVS commit: src/sbin/iscsid

2012-05-27 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun May 27 16:50:32 UTC 2012 Modified Files: src/sbin/iscsid: iscsid_driverif.c iscsid_lists.c iscsid_targets.c Log Message: Don't try to print pointers as integers, use %p instead and don't cast. To generate a diff of this commit:

CVS commit: src/lib/libexecinfo

2012-05-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 27 13:25:28 UTC 2012 Modified Files: src/lib/libexecinfo: backtrace.3 Log Message: remove unrelated fragment. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libexecinfo/backtrace.3 Please note tha

CVS commit: src/share/man/man4

2012-05-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 27 12:05:40 UTC 2012 Modified Files: src/share/man/man4: wsdisplay.4 wskbd.4 wsmouse.4 Log Message: New sentence, new line. Use more markup. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1

CVS commit: src/lib/libexecinfo

2012-05-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 27 12:03:02 UTC 2012 Modified Files: src/lib/libexecinfo: backtrace.3 Log Message: Sort sections. Remove dot at end of Nd Sort SEE ALSO. Punctuation fixes. Bump date to import date. Comment out a partial sentence. To genera

CVS commit: src/sbin/iscsictl

2012-05-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 27 11:59:13 UTC 2012 Modified Files: src/sbin/iscsictl: iscsictl.8 Log Message: NetBSD -> Nx; new sentence, new line; remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sbin/iscsictl/iscs

CVS commit: src

2012-05-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun May 27 11:26:38 UTC 2012 Modified Files: src/distrib/sets/lists/comp: md.hp700 src/sys/arch/hp700/include: Makefile Log Message: Install intrdefs.h To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/distr

CVS commit: src/share/man/man4

2012-05-27 Thread David Brownlee
Module Name:src Committed By: abs Date: Sun May 27 10:45:49 UTC 2012 Modified Files: src/share/man/man4: wsdisplay.4 wskbd.4 wsmouse.4 Log Message: Document WSDISPLAYIO_SETVERSION, WSKBDIO_SETVERSION and WSMOUSEIO_SETVERSION ioctls(). Also at least enumerate the WSKBDIO_ i