CVS commit: src/sys/fs/smbfs

2011-10-23 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Oct 23 08:42:06 UTC 2011 Modified Files: src/sys/fs/smbfs: smbfs_kq.c Log Message: VOP_GETATTR() needs a shared lock at least. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/fs/smbfs/smbfs_kq.c

CVS commit: src/sys/arch/i386/i386

2011-10-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 23 13:02:32 UTC 2011 Modified Files: src/sys/arch/i386/i386: longrun.c Log Message: PR #32894: protection fault trap in tmx86_get_longrun_mode Use rdmsr_safe in tmx86_init_longrun to verify that the MSRs are present.

CVS commit: src/share/man/man4

2011-10-23 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Oct 23 13:20:59 UTC 2011 Modified Files: src/share/man/man4: ddb.4 Log Message: Document show proc. Be more verbose about commands that print information about processes especially the '' sign (e.g. LWP is currently running).

CVS commit: src/sys/arch/x68k/dev

2011-10-23 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Oct 23 13:21:54 UTC 2011 Modified Files: src/sys/arch/x68k/dev: kbd.c Log Message: Calling psignal(9) (via EV_WAKEUP()) in interrupt handlers could cause mutex error panic, so defer it via softint(9). This should fix panic

CVS commit: src/sys/ddb

2011-10-23 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Oct 23 13:30:20 UTC 2011 Modified Files: src/sys/ddb: db_proc.c Log Message: Like ddb(4) ps/l, use '' sign to indicate running LWPs for the /w modifier. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libedit

2011-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 23 17:37:55 UTC 2011 Modified Files: src/lib/libedit: chared.c Log Message: Fixed misplaced parenthesis (Nirbhay Choubey) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libedit/chared.c Please

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-10-23 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sun Oct 23 20:02:52 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: Makefile Log Message: also build the man page for iscsid To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/libexec/ld.elf_so

2011-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 23 21:06:08 UTC 2011 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: Don't block SIGTRAP so that on architectures where the debugger needs to be able to receive sigtrap for breakpoints to work, it can. For

CVS commit: src/sys/kern

2011-10-23 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Oct 23 21:41:23 UTC 2011 Modified Files: src/sys/kern: subr_workqueue.c Log Message: Turn a workqueue(9) name into an array in the struct workqueue, rather than a const char *. This avoids keeping a reference to a string owned

CVS commit: src/share/man/man4

2011-10-23 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Oct 23 22:02:45 UTC 2011 Modified Files: src/share/man/man4: ddb.4 Log Message: ps/l shows LWP name, not command name. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/share/man/man4/ddb.4 Please note that

CVS commit: src/sbin/iscsictl

2011-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 23 23:41:56 UTC 2011 Modified Files: src/sbin/iscsictl: iscsic_globals.h iscsic_main.c Log Message: add printflike and fix the format error. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/pci/hdaudio

2011-10-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 24 02:08:23 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdafg.c Log Message: ossaudio's SNDCTL_DSP_GETOSPACE will call AUDIO_SETINFO if the block size isn't a power of two, and since the block size is changing