CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2012-01-10 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Jan 10 08:42:22 UTC 2012 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c dwarf.c Log Message: Fix a segfault in ctfmerge. GCC can generate bogus dwarf attributes with DW_AT_byte_size set to 0x. See

CVS commit: src/external/cddl/osnet/dev/fbt

2010-05-03 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon May 3 09:28:38 UTC 2010 Modified Files: src/external/cddl/osnet/dev/fbt: fbt.c Log Message: DTrace: print a warning no CTF section is found when processing arguments. This should help diagnose problems such as netbsd images

CVS commit: src/sys/kern

2010-05-03 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon May 3 09:51:36 UTC 2010 Modified Files: src/sys/kern: kern_ctf.c kern_ksyms.c Log Message: DTrace: Fix several bugs where the mod_ctf_get() function could return success even though no CTF section was present in the kernel

CVS commit: src/external/cddl/osnet/dev/fbt

2010-05-03 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon May 3 09:28:38 UTC 2010 Modified Files: src/external/cddl/osnet/dev/fbt: fbt.c Log Message: DTrace: print a warning no CTF section is found when processing arguments. This should help diagnose problems such as netbsd images

CVS commit: src/sys/kern

2010-05-03 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon May 3 09:51:36 UTC 2010 Modified Files: src/sys/kern: kern_ctf.c kern_ksyms.c Log Message: DTrace: Fix several bugs where the mod_ctf_get() function could return success even though no CTF section was present in the kernel

Re: CVS commit: src/sys

2010-03-17 Thread Darran Hunt
On 18/03/2010, at 5:51 AM, David Young wrote: On Mon, Mar 15, 2010 at 04:43:04AM +, Mindaugas Rasiukevicius wrote: Hi, David Young dyo...@pobox.com wrote: On Sat, Nov 21, 2009 at 03:41:07PM +1100, matthew green wrote: SPLDEBUG is single-purpose. It also has some bugs, which I am

Re: CVS commit: src/sys

2010-03-15 Thread Darran Hunt
On 16/03/2010, at 2:44 AM, Izumi Tsutsui wrote: I've tested with an i386 kernel. I'd rather not make those changes conditional so I'll see if I can work out why the Atari kernel would have problems. If no CTF section is found then ksyms should behave exactly as it did before the change, just

CVS commit: src/sys

2010-03-14 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Mar 14 21:27:50 UTC 2010 Modified Files: src/sys/kern: kern_ksyms.c src/sys/sys: ksyms.h Log Message: DTrace: Make the CTF handling conditional on KDTRACE_HOOKS for now since it breaks the boot of the atari kernel

Re: CVS commit: src/sys

2010-03-13 Thread Darran Hunt
I've made it conditional on options KDTRACE_HOOKS, so it will only build when DTrace support is enabled. Regards, Darran. On 13/03/2010, at 7:58 PM, matthew green wrote: Added Files: src/sys/kern: kern_ctf.c thils file is linked into everyone's kernel now, and is only used by

Re: CVS commit: src/sys

2010-03-13 Thread Darran Hunt
I've tested with an i386 kernel. I'd rather not make those changes conditional so I'll see if I can work out why the Atari kernel would have problems. If no CTF section is found then ksyms should behave exactly as it did before the change, just with an empty CTF section. On 14/03/2010,

Re: CVS commit: src/sys

2010-03-13 Thread Darran Hunt
I wanted to differentiate it from the sys/ctf.h header that's part of the external/cddl/osnet tree. Sorry to rock the convention. Perhaps kctf.h? Regards, Darran. On 14/03/2010, at 5:02 PM, Simon Burge wrote: Darran Hunt wrote: Added Files: src/sys/sys: kern_ctf.h

CVS commit: src/sys/conf

2010-03-13 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sat Mar 13 08:33:26 UTC 2010 Modified Files: src/sys/conf: files Log Message: DTrace: only build in kernel CTF support if DTrace support is enabled (i.e. options KDTRACE_HOOKS). To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: src

2010-03-12 Thread Darran Hunt
| syscall:return 0 - syscall Regards, Darran. On 13/03/2010, at 12:11 PM, haad wrote: On Fri, Mar 12, 2010 at 10:53 PM, Darran Hunt dar...@netbsd.org wrote: Module Name:src Committed By: darran Date: Fri Mar 12 21:53:16 UTC 2010 Modified Files: src/distrib/sets

CVS commit: src

2010-03-12 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 12 21:37:38 UTC 2010 Modified Files: src/external/cddl/osnet/sys/kern: mod.c src/external/cddl/osnet/sys/sys: cpuvar.h src/sys/modules/solaris: Makefile Added Files:

CVS commit: src/sys

2010-03-12 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 12 21:43:11 UTC 2010 Modified Files: src/sys/conf: files src/sys/kern: kern_ksyms.c src/sys/lib/libsa: loadfile_elf32.c src/sys/sys: ksyms.h Added Files: src/sys/kern: kern_ctf.c

CVS commit: src

2010-03-12 Thread Darran Hunt
darran Exp $ */ /* * CDDL HEADER START @@ -21,6 +21,7 @@ * CDDL HEADER END * * Portions Copyright 2006-2008 John Birrell j...@freebsd.org + * Portions Copyright 2010 Darran Hunt dar...@netbsd.org * * $FreeBSD: src/sys/cddl/dev/fbt/fbt.c,v 1.1.4.1 2009/08/03 08:13:06 kensmith Exp

CVS commit: src/external/cddl/osnet/dev/fbt

2010-03-12 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sat Mar 13 01:10:01 UTC 2010 Modified Files: src/external/cddl/osnet/dev/fbt: fbt.c Log Message: DTrace: fix a sign problem with instruction size handling. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src

2010-03-12 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 12 21:37:38 UTC 2010 Modified Files: src/external/cddl/osnet/sys/kern: mod.c src/external/cddl/osnet/sys/sys: cpuvar.h src/sys/modules/solaris: Makefile Added Files:

CVS commit: src/sys

2010-03-12 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 12 21:43:11 UTC 2010 Modified Files: src/sys/conf: files src/sys/kern: kern_ksyms.c src/sys/lib/libsa: loadfile_elf32.c src/sys/sys: ksyms.h Added Files: src/sys/kern: kern_ctf.c

CVS commit: src/external/cddl/osnet/dev/fbt

2010-03-12 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sat Mar 13 01:10:01 UTC 2010 Modified Files: src/external/cddl/osnet/dev/fbt: fbt.c Log Message: DTrace: fix a sign problem with instruction size handling. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2010-03-11 Thread Darran Hunt
Module Name:src Committed By: darran Date: Thu Mar 11 23:26:34 UTC 2010 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c Log Message: DTrace: The CTF format is limited to only 1024 elements in an enum, so rather than error out when there are more than

CVS commit: src/external/cddl/osnet

2010-03-11 Thread Darran Hunt
Module Name:src Committed By: darran Date: Thu Mar 11 23:28:08 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c src/external/cddl/osnet/dist/uts/common/sys: dtrace.h src/external/cddl/osnet/sys/sys: types.h Log Message:

CVS commit: src/sys/modules/dtrace/sdt

2010-03-10 Thread Darran Hunt
Module Name:src Committed By: darran Date: Wed Mar 10 23:40:53 UTC 2010 Modified Files: src/sys/modules/dtrace/sdt: Makefile Log Message: DTrace: fix a build problem for the SDT provider. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/cddl/osnet/sys/sys

2010-03-10 Thread Darran Hunt
Module Name:src Committed By: darran Date: Wed Mar 10 23:41:56 UTC 2010 Modified Files: src/external/cddl/osnet/sys/sys: types.h Log Message: DTrace: fix a libctf toolchain build problem. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/cddl/osnet/sys/sys

2010-03-10 Thread Darran Hunt
Module Name:src Committed By: darran Date: Wed Mar 10 23:41:56 UTC 2010 Modified Files: src/external/cddl/osnet/sys/sys: types.h Log Message: DTrace: fix a libctf toolchain build problem. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2010-03-04 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 5 01:53:15 UTC 2010 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c Log Message: DTrace: fix the curthread and mutex data types. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2010-03-04 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 5 01:53:15 UTC 2010 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c Log Message: DTrace: fix the curthread and mutex data types. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/cddl/osnet/dev/sdt

2010-03-04 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 5 02:21:41 UTC 2010 Modified Files: src/external/cddl/osnet/dev/sdt: sdt.c Log Message: DTrace: add a dependency on the dtrace module. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

Re: CVS commit: src/distrib/sets

2010-03-03 Thread Darran Hunt
On 4/03/2010, at 5:43 AM, Masao Uebayashi wrote: Log Message: dtrace,zfs means MKDTRACE=yes *and* MKZFS=yes which is not what we want. Invent a flag solaris which is the or of those two flags. Why is this needed ? I would rather see two flags one for zfs and one for dtrace. Because

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

2010-03-02 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 20:04:17 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: DTrace: Add the sdt.h header to the set lists. To generate a diff of this commit: cvs rdiff -u -r1.1400 -r1.1401

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

2010-03-02 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 20:04:17 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: DTrace: Add the sdt.h header to the set lists. To generate a diff of this commit: cvs rdiff -u -r1.1400 -r1.1401

CVS commit: src/tools

2010-03-02 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 20:47:01 UTC 2010 Modified Files: src/tools: Makefile Log Message: DTrace: add libelf, libdwarf, libctf, and CTF tools to the toolchain, built when MKDTRACE=yes. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/mk

2010-03-02 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 20:49:18 UTC 2010 Modified Files: src/share/mk: bsd.lib.mk bsd.own.mk bsd.prog.mk bsd.sys.mk sys.mk Log Message: DTrace: Add CTF generation to the make framework. Only enabled when MKDTRACE=yes. To generate a diff

CVS commit: src/external

2010-03-02 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 21:08:36 UTC 2010 Modified Files: src/external/bsd/libelf/dist: _libelf.h src/external/cddl/osnet/dist/lib/libdtrace/common: dtrace.h mkerrtags.sh mknames.sh src/external/cddl/osnet/sys/sys:

CVS commit: src/external

2010-03-02 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 21:08:36 UTC 2010 Modified Files: src/external/bsd/libelf/dist: _libelf.h src/external/cddl/osnet/dist/lib/libdtrace/common: dtrace.h mkerrtags.sh mknames.sh src/external/cddl/osnet/sys/sys:

CVS commit: src/external/cddl/osnet/sys/sys

2010-03-02 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 22:00:32 UTC 2010 Modified Files: src/external/cddl/osnet/sys/sys: types.h Log Message: DTrace: another fix for OS X builds, stdint.h location. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 11:19:41 UTC 2010 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_impl.h dt_module.c dt_pid.c dt_proc.c src/external/cddl/osnet/sys/sys: cpuvar.h elf.h modctl.h policy.h sdt.h

CVS commit: src

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 11:19:41 UTC 2010 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_impl.h dt_module.c dt_pid.c dt_proc.c src/external/cddl/osnet/sys/sys: cpuvar.h elf.h modctl.h policy.h sdt.h

CVS commit: src/sys/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 11:25:05 UTC 2010 Modified Files: src/sys/sys: Makefile Log Message: Backout accidental commit adding sdt.h (hold off until CTF toolchain build is ready). To generate a diff of this commit: cvs rdiff -u -r1.124

CVS commit: src/sys/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 11:25:05 UTC 2010 Modified Files: src/sys/sys: Makefile Log Message: Backout accidental commit adding sdt.h (hold off until CTF toolchain build is ready). To generate a diff of this commit: cvs rdiff -u -r1.124

CVS commit: src

2010-03-01 Thread Darran Hunt
, Inc. It was developed under contract to + * CoyotePoint by Darran Hunt. * - * CDDL HEADER END + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must

CVS commit: src

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 21:10:19 UTC 2010 Modified Files: src/distrib/sets/lists/modules: mi src/external/cddl/osnet/dev/sdt: sdt.c src/sys/conf: Makefile.kern.inc files src/sys/kern: kern_exec.c kern_exit.c kern_fork.c

CVS commit: src/external/cddl/osnet/dist/uts/common/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 22:20:15 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/sys: processor.h Log Message: DTrace: processorid_t is defined elsewhere (pset.h), so make it a sun only definition here. To generate a diff

CVS commit: src/external/cddl/osnet/dist/uts/common/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 22:20:15 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/sys: processor.h Log Message: DTrace: processorid_t is defined elsewhere (pset.h), so make it a sun only definition here. To generate a diff

CVS commit: src/sys/kern

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 22:27:07 UTC 2010 Modified Files: src/sys/kern: kern_ksyms.c Log Message: Revert accidental commit of CTF work-in-progress changes. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/kern

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 22:27:07 UTC 2010 Modified Files: src/sys/kern: kern_ksyms.c Log Message: Revert accidental commit of CTF work-in-progress changes. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/external/cddl/osnet/dev/sdt

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 22:38:30 UTC 2010 Modified Files: src/external/cddl/osnet/dev/sdt: sdt.c Log Message: DTrace: update sdt.c handlers to match latest OpenSolaris vendor import. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/external/cddl/osnet/sys/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 23:42:41 UTC 2010 Modified Files: src/external/cddl/osnet/sys/sys: sdt.h Log Message: DTrace: fix to only define sdt_provider_t if in the kernel. Not for user space. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/sys/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Mar 1 23:42:41 UTC 2010 Modified Files: src/external/cddl/osnet/sys/sys: sdt.h Log Message: DTrace: fix to only define sdt_provider_t if in the kernel. Not for user space. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/dist/uts/common/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 00:43:36 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/sys: dtrace.h Log Message: DTrace: fix the dtps_provide_module definition. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/cddl/osnet/dist/uts/common/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 00:43:36 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/sys: dtrace.h Log Message: DTrace: fix the dtps_provide_module definition. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/cddl/osnet/dist/uts/common/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 00:55:46 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/sys: dtrace.h Log Message: DTrace: make sure we get a processorid_t definition (fix zfs module build). To generate a diff of this commit: cvs

CVS commit: src/external/cddl/osnet/dist/uts/common/sys

2010-03-01 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Mar 2 00:55:46 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/sys: dtrace.h Log Message: DTrace: make sure we get a processorid_t definition (fix zfs module build). To generate a diff of this commit: cvs

CVS commit: src/external/cddl/osnet/dev/dtrace

2010-02-27 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 28 07:01:43 UTC 2010 Modified Files: src/external/cddl/osnet/dev/dtrace: dtrace_hacks.c Log Message: DTrace: enable access to kernel space for DTrace scripts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/cddl/osnet/dev/dtrace

2010-02-27 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 28 07:01:43 UTC 2010 Modified Files: src/external/cddl/osnet/dev/dtrace: dtrace_hacks.c Log Message: DTrace: enable access to kernel space for DTrace scripts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/net

2010-02-27 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 28 07:10:40 UTC 2010 Modified Files: src/sys/net: if_vlan.c Log Message: Propagate the IFCAP_TSOv6 property also. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/net/if_vlan.c Please note that

CVS commit: src/sys/net

2010-02-27 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 28 07:10:40 UTC 2010 Modified Files: src/sys/net: if_vlan.c Log Message: Propagate the IFCAP_TSOv6 property also. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/net/if_vlan.c Please note that

CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2010-02-25 Thread Darran Hunt
Module Name:src Committed By: darran Date: Thu Feb 25 11:12:02 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c Log Message: DTrace: fix a problem with the code waiting for the deadman thread to exit - now it does actually wait for it to

CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2010-02-25 Thread Darran Hunt
Module Name:src Committed By: darran Date: Thu Feb 25 16:49:19 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c Log Message: DTrace: okay *really* fix the deadman exit handling. No need for that over-complicated handshake. Fixes a

CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2010-02-25 Thread Darran Hunt
Module Name:src Committed By: darran Date: Thu Feb 25 11:12:02 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c Log Message: DTrace: fix a problem with the code waiting for the deadman thread to exit - now it does actually wait for it to

CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2010-02-24 Thread Darran Hunt
Module Name:src Committed By: darran Date: Wed Feb 24 21:08:54 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c Log Message: Fix a bug in the dtrace_state_deadman() thread; return should have been a continue (thanks Frank!). To generate

CVS commit: src/external/cddl/osnet

2010-02-24 Thread Darran Hunt
Module Name:src Committed By: darran Date: Wed Feb 24 21:53:26 UTC 2010 Modified Files: src/external/cddl/osnet/dist/lib/libctf/common: ctf_lib.c src/external/cddl/osnet/dist/tools/ctf/common: symbol.c src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c

Re: CVS commit: src/external/cddl/osnet

2010-02-24 Thread Darran Hunt
lol. CTF - Compact C Type Format http://blogs.sun.com/levon/entry/reducing_ctf_overhead Regards, Darran. On 25/02/2010, at 10:54 AM, Thomas Klausner wrote: On Wed, Feb 24, 2010 at 09:53:26PM +, Darran Hunt wrote: Module Name:src Committed By: darran Date: Wed Feb 24 21

CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2010-02-24 Thread Darran Hunt
Module Name:src Committed By: darran Date: Wed Feb 24 21:08:54 UTC 2010 Modified Files: src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c Log Message: Fix a bug in the dtrace_state_deadman() thread; return should have been a continue (thanks Frank!). To generate

CVS commit: src/tools

2010-02-24 Thread Darran Hunt
Module Name:src Committed By: darran Date: Wed Feb 24 21:34:57 UTC 2010 Added Files: src/tools/ctfconvert: Makefile src/tools/ctfmerge: Makefile src/tools/libctf: Makefile src/tools/libdwarf: Makefile Log Message: DTrace: add CTF tools to the

CVS commit: src/external/cddl

2010-02-24 Thread Darran Hunt
Module Name:src Committed By: darran Date: Thu Feb 25 00:14:10 UTC 2010 Modified Files: src/external/cddl: Makefile Log Message: DTrace: have DTrace build with out requiring MKZFS=yes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/cddl/osnet

2010-02-24 Thread Darran Hunt
Module Name:src Committed By: darran Date: Thu Feb 25 00:18:44 UTC 2010 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctfmerge.c src/external/cddl/osnet/sys/sys: types.h Log Message: DTrace: fix CTF tools for non-toolchain build. To generate a diff

CVS commit: src/sys/kern

2010-02-23 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Feb 23 22:22:29 UTC 2010 Removed Files: src/sys/kern: kern_dtrace.c Log Message: DTrace: remove kern_dtrace.c since it is no longer used. (Its functions are inlined in dtrace_bsd.h). To generate a diff of this commit: cvs

Re: CVS commit: src/sys/conf

2010-02-23 Thread Darran Hunt
Missed the log message, fixed with cvs admin -m. Log message now reads: DTrace: remove kern_dtrace.c, no longer used Darran. On 24/02/2010, at 11:24 AM, Christoph Egger wrote: On 23.02.10 23:21, Darran Hunt wrote: Module Name:src Committed By: darran Date: Tue Feb 23 22:21

Re: CVS commit: src/external/cddl/osnet

2010-02-23 Thread Darran Hunt
/libzfs: Makefile src/external/cddl/osnet/lib/libzpool: Makefile Darran. On 21/02/2010, at 2:46 PM, Darran Hunt wrote: Module Name:src Committed By: darran Date: Sun Feb 21 01:46:36 UTC 2010 Modified Files: src/external/cddl/osnet/dev: prototype.c src/external

CVS commit: src/sys

2010-02-23 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Feb 23 22:19:27 UTC 2010 Modified Files: src/sys/kern: kern_dtrace.c kern_lwp.c kern_proc.c kern_synch.c src/sys/sys: dtrace_bsd.h Log Message: DTrace: Get rid of the KDTRACE_HOOKS ifdefs in the kernel. Replace the

CVS commit: src/sys/conf

2010-02-23 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Feb 23 22:21:25 UTC 2010 Modified Files: src/sys/conf: files To generate a diff of this commit: cvs rdiff -u -r1.976 -r1.977 src/sys/conf/files Please note that diffs are not public domain; they are subject to the copyright

CVS commit: src/sys/kern

2010-02-23 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Feb 23 22:22:29 UTC 2010 Removed Files: src/sys/kern: kern_dtrace.c Log Message: DTrace: remove kern_dtrace.c since it is no longer used. (Its functions are inlined in dtrace_bsd.h). To generate a diff of this commit: cvs

CVS commit: src/external/bsd/libelf/dist

2010-02-22 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Feb 22 10:48:33 UTC 2010 Modified Files: src/external/bsd/libelf/dist: elf_begin.c elf_data.c elf_end.c elf_getident.c elf_next.c elf_scn.c elf_strptr.c elf_update.c gelf_cap.c gelf_dyn.c gelf_ehdr.c

CVS commit: src/external/bsd/libelf/dist

2010-02-22 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Feb 22 10:59:08 UTC 2010 Modified Files: src/external/bsd/libelf/dist: elf_begin.c Log Message: Get rid of extra include files added while debugging the toolchain build problem. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/libelf/dist

2010-02-22 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Feb 22 10:59:08 UTC 2010 Modified Files: src/external/bsd/libelf/dist: elf_begin.c Log Message: Get rid of extra include files added while debugging the toolchain build problem. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/libdwarf/dist

2010-02-22 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Feb 22 11:01:29 UTC 2010 Modified Files: src/external/bsd/libdwarf/dist: dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c

Re: CVS commit: src/sys

2010-02-22 Thread Darran Hunt
On 23/02/2010, at 6:31 AM, David Young wrote: On Sun, Feb 21, 2010 at 02:11:40AM +, Darran Hunt wrote: Module Name:src Committed By: darran Date: Sun Feb 21 02:11:40 UTC 2010 Modified Files: src/sys/arch/i386/i386: trap.c vector.S src/sys/kern: kern_lwp.c

CVS commit: src/external/cddl/osnet/sys/sys

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 08:28:41 UTC 2010 Removed Files: src/external/cddl/osnet/sys/sys: file.h Log Message: DTrace: remove file.h - it shouldn't have been added and breaks zfs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

CVS commit: src/external/cddl/osnet/include

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 09:52:08 UTC 2010 Removed Files: src/external/cddl/osnet/include: assert.h Log Message: DTrace: remove assert.h - shouldn't have been checked in (breaks libdtrace build). To generate a diff of this commit: cvs rdiff

CVS commit: src/external/cddl/osnet/include

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 10:21:07 UTC 2010 Removed Files: src/external/cddl/osnet/include: libshare.h Log Message: DTrace: remove extra libshare.h - shouldn't have added it and it breaks the libzfs build. To generate a diff of this commit:

CVS commit: src/external/cddl/osnet

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 11:00:02 UTC 2010 Modified Files: src/external/cddl/osnet/usr.bin/ctfconvert: Makefile src/external/cddl/osnet/usr.bin/ctfmerge: Makefile src/external/cddl/osnet/usr.sbin/dtrace: Makefile Log Message:

CVS commit: src/sys/modules

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 11:14:47 UTC 2010 Modified Files: src/sys/modules: Makefile Log Message: DTrace: add the dtrace module to the build. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/modules/Makefile Please note

CVS commit: src/sys/modules/dtrace

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 11:16:19 UTC 2010 Added Files: src/sys/modules/dtrace: Makefile src/sys/modules/dtrace/dtrace: Makefile Log Message: DTrace: add the dtrace module. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

Re: CVS commit: src/sys

2010-02-21 Thread Darran Hunt
:40AM +, Darran Hunt wrote: Module Name:src Committed By: darran Date: Sun Feb 21 02:11:40 UTC 2010 Modified Files: src/sys/arch/i386/i386: trap.c vector.S src/sys/kern: kern_lwp.c kern_proc.c kern_synch.c src/sys/sys: lwp.h proc.h Added Files: src

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

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Mon Feb 22 06:42:15 UTC 2010 Modified Files: src/sys/arch/i386/i386: trap.c vector.S Log Message: DTrace: missed the opt_dtrace.h include for these. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255

CVS commit: src/external/cddl/osnet/sys/sys

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 08:28:41 UTC 2010 Removed Files: src/external/cddl/osnet/sys/sys: file.h Log Message: DTrace: remove file.h - it shouldn't have been added and breaks zfs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

CVS commit: src/external/cddl/osnet/include

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 09:52:08 UTC 2010 Removed Files: src/external/cddl/osnet/include: assert.h Log Message: DTrace: remove assert.h - shouldn't have been checked in (breaks libdtrace build). To generate a diff of this commit: cvs rdiff

CVS commit: src/external/cddl/osnet/include

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 10:21:07 UTC 2010 Removed Files: src/external/cddl/osnet/include: libshare.h Log Message: DTrace: remove extra libshare.h - shouldn't have added it and it breaks the libzfs build. To generate a diff of this commit:

CVS commit: src/external/cddl/osnet

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 11:00:02 UTC 2010 Modified Files: src/external/cddl/osnet/usr.bin/ctfconvert: Makefile src/external/cddl/osnet/usr.bin/ctfmerge: Makefile src/external/cddl/osnet/usr.sbin/dtrace: Makefile Log Message:

CVS commit: src/sys/modules

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 11:14:47 UTC 2010 Modified Files: src/sys/modules: Makefile Log Message: DTrace: add the dtrace module to the build. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/modules/Makefile Please note

CVS commit: src/sys/modules/dtrace

2010-02-21 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 11:16:19 UTC 2010 Added Files: src/sys/modules/dtrace: Makefile src/sys/modules/dtrace/dtrace: Makefile Log Message: DTrace: add the dtrace module. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/external/cddl/osnet

2010-02-20 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 00:50:01 UTC 2010 Modified Files: src/external/cddl/osnet/dist/cmd/dtrace: dtrace.c src/external/cddl/osnet/dist/lib/libctf/common: ctf_lib.c ctf_subr.c src/external/cddl/osnet/dist/lib/libdtrace/common:

CVS commit: src/external/cddl/osnet

2010-02-20 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 01:46:36 UTC 2010 Modified Files: src/external/cddl/osnet/dev: prototype.c src/external/cddl/osnet/dev/cyclic: cyclic.c cyclic_test.c src/external/cddl/osnet/dev/cyclic/amd64: cyclic_machdep.c

CVS commit: src/share/mk

2010-02-20 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 01:48:03 UTC 2010 Modified Files: src/share/mk: bsd.own.mk Log Message: Add a MKDTRACE build knob for DTrace, off by default. To generate a diff of this commit: cvs rdiff -u -r1.617 -r1.618 src/share/mk/bsd.own.mk

CVS commit: src/distrib/sets

2010-02-20 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 03:18:47 UTC 2010 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/base: mi shl.elf shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/man: mi

CVS commit: src/sys/conf

2010-02-20 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 04:00:47 UTC 2010 Modified Files: src/sys/conf: files Log Message: Add the DTrace kernel hooks file to the kernel build. To generate a diff of this commit: cvs rdiff -u -r1.974 -r1.975 src/sys/conf/files Please note

CVS commit: src/sys

2010-02-20 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 07:01:58 UTC 2010 Modified Files: src/sys/conf: files src/sys/kern: kern_lwp.c kern_proc.c kern_synch.c Log Message: Added a defflag option for KDTRACE_HOOKS and included opt_dtrace.h in the relevant files.

Re: CVS commit: src/sys

2010-02-20 Thread Darran Hunt
Rasiukevicius wrote: Quentin Garnier c...@cubidou.net wrote: On Sun, Feb 21, 2010 at 02:11:40AM +, Darran Hunt wrote: Module Name:src Committed By: darran Date: Sun Feb 21 02:11:40 UTC 2010 Modified Files: src/sys/arch/i386/i386: trap.c vector.S src/sys/kern: kern_lwp.c

CVS commit: src/sys/kern

2010-02-20 Thread Darran Hunt
Module Name:src Committed By: darran Date: Sun Feb 21 07:28:51 UTC 2010 Added Files: src/sys/kern: kern_dtrace.c Log Message: DTrace: missed kern_dtrace.c (thanks rmind!) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/kern/kern_dtrace.c Please note

  1   2   >