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
Pleas
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.
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).
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 on
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 src/sys/ddb
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 n
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 othersrc/external/bsd/i
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 exa
Module Name:src
Committed By: agc
Date: Sun Oct 23 21:11:23 UTC 2011
Added Files:
src/sbin/iscsictl: Makefile iscsic_daemonif.c iscsic_driverif.c
iscsic_globals.h iscsic_main.c iscsic_parse.c iscsic_test.c
iscsictl.8
src/sbin/iscsid: Makefile
Module Name:src
Committed By: agc
Date: Sun Oct 23 21:15:02 UTC 2011
Added Files:
src/sys/dev/iscsi: Makefile base64.c base64.h files.iscsi iscsi.h
iscsi_globals.h iscsi_ioctl.c iscsi_ioctl.h iscsi_main.c
iscsi_pdu.h iscsi_perf.h iscsi_profile.c iscs
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 by
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 d
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 src/sbin/iscsictl
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 this
14 matches
Mail list logo