darran
6a9056a926
DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
...
implement most of the proc provider. Adds proc:::create, exec,
exec_success, exec_faillure, signal_send, signal_discard, signal_handle,
lwp_create, lwp_start, lwp_exit.
2010-03-01 21:10:13 +00:00
haad
384eb3acb2
Remove fletcher.c from dist it was moved to common/zfs/zfs_fletcher.c in upstream.
2010-03-01 20:38:19 +00:00
haad
5a7add5b9c
Removee compile time generated file from dist it is in osnet/sys/sys now.
2010-03-01 20:10:46 +00:00
haad
3ab7a7aa17
This id compile time generated file add it to sys/sys and do not polute
...
dist dir with it.
2010-03-01 20:06:37 +00:00
darran
ac8906f757
DTrace: fix a few problems introduced by the recent ZFS update (expected
...
problems from the OpenSolaris merge).
2010-03-01 11:19:39 +00:00
haad
06e8ea2875
Add header files needed for building zfs as kernel_module.
2010-03-01 00:41:35 +00:00
joerg
7780622b8d
Use HUGE_VAL on VAX as INFINITY requires a warning according to ISO C99
...
on VAX. Use the less intrusive approach of a conditional here.
2010-03-01 00:15:47 +00:00
haad
75eba26b3c
Add forgotten misc.h header file, which I forgot to commit.
2010-02-28 22:50:48 +00:00
haad
07be11bb73
Addmissing symbols to libumem.
2010-02-28 22:45:45 +00:00
haad
7077d82ba4
Add missing zfs_fletcher.c to libzfs.
2010-02-28 22:40:09 +00:00
haad
29137ce9bb
Add newly added stubs.c file to libzfs build.
2010-02-28 17:40:35 +00:00
haad
e3855e55fa
Add fixes for missing symbols from libzfs and libzpool.
2010-02-28 17:36:51 +00:00
haad
3491b19f5b
Add NetBSD/Solaris compatibility SHA header.
2010-02-28 17:22:01 +00:00
haad
68ffa27a55
Add missing -I definition.
2010-02-28 15:24:04 +00:00
haad
90f8c9d149
Add missing header file, I will tag it to osnet-20100224 later.
2010-02-28 15:17:44 +00:00
haad
32fa36ddd0
Add another set of headers files.
2010-02-28 15:13:27 +00:00
haad
826319b9a5
Add missing header file I have missed it in first round of glue commits. More
...
to come.
2010-02-28 15:10:12 +00:00
haad
9531208f86
Add our local version of sysevent.h file without door.h useage.
2010-02-28 15:07:14 +00:00
haad
a3bfe6d964
Add NetBSD build glue to build new zfs version 22 sources.
2010-02-28 14:45:47 +00:00
darran
ba7b8985fe
DTrace: enable access to kernel space for DTrace scripts.
2010-02-28 07:01:43 +00:00
haad
a252d550c0
Merge NetBSD local changes to new zfs version 22 sources.
2010-02-27 23:43:52 +00:00
haad
f59c7639cd
Import new Opensolaris sources for zfs/dtrace.
...
Opensolaris mercurial changeset: 11751:58c0c8f4305f
2010-02-27 22:29:20 +00:00
roy
4d83beb44b
Import dhcpcd-5.2.1 for a build fix
2010-02-27 16:02:25 +00:00
roy
3818f326d9
Include platform.c
2010-02-27 15:55:09 +00:00
roy
0df03e9fd9
Import dhcpcd-5.2.0 with the following changes from dhcpcd-5.1.5:
...
* VendorID is now dhcpcd-$version:$OS-$version:$machine:$platform
* IPv4LL address range can now be used in DHCP requests
* sysctl net.ipv4.conf.$iface.promote_secondaries enabled on Linux
This resolves a long standing issue of changing ip on the same subnet.
* IPv4LL correctly resets the DHCP timer.
2010-02-27 15:52:20 +00:00
drochner
2b06c3b677
remove generated binary files
2010-02-27 12:08:56 +00:00
agc
18a6f17072
add reachover shlib version file
2010-02-26 05:23:18 +00:00
darran
216ff964d9
DTrace: okay *really* fix the deadman exit handling. No need for that
...
over-complicated handshake. Fixes a lockdebug mutex held issue.
2010-02-25 16:49:19 +00:00
wiz
bc3c98c2fc
Convert to mdoc.
...
XXX: license should be added to file.
2010-02-25 13:51:44 +00:00
wiz
a6f6e00106
New sentence, new line. (more to come).
2010-02-25 13:05:11 +00:00
darran
4d76bb3302
DTrace: fix a problem with the code waiting for the deadman thread to exit
...
- now it does actually wait for it to exit. Thanks to Frank Kardel for
spotting this.
2010-02-25 11:12:02 +00:00
agc
7aa5ca9937
add reachover logic for agrep - an approximate grep program which uses
...
the newly added libtre, which is "the free and portable approximate
regex matching library".
the manual page is not yet in standard format
2010-02-25 08:06:43 +00:00
agc
c71b413f8c
add reachover glue, and config headers, to allow libtre to build with WARNS=4
2010-02-25 07:46:14 +00:00
agc
63d4abf06d
initial import of tre-0.8.0 into the external sources framework.
...
with many thanks to ville laurikari for writing tre in the first place
and for changing the licensing to a 2-clause bsd license; thanks also to
matthias-christian ott for his work on the google summer of code 2009
project.
this import brings the distribution to src/external - the reachover
build files will follow
2010-02-25 07:33:17 +00:00
darran
bb7c1e9274
DTrace: fix CTF tools for non-toolchain build.
2010-02-25 00:18:44 +00:00
darran
84501f8fef
DTrace: have DTrace build with out requiring MKZFS=yes.
2010-02-25 00:14:10 +00:00
darran
89300bd9df
DTrace: Get the CTF tools building as part of the toolchain.
2010-02-24 21:53:26 +00:00
darran
9f15b3a450
Fix a bug in the dtrace_state_deadman() thread; return should have been
...
a continue (thanks Frank!).
2010-02-24 21:08:54 +00:00
tron
3d553f9ca7
Disable stack protection warnings for more sources which use dynamically
...
sized stack buffers.
2010-02-24 15:40:54 +00:00
tron
ab396280fe
Disable stack protection warnings for sources which use dynamically
...
sized stack buffers.
2010-02-24 12:51:05 +00:00
tron
00ff80736e
Include "bsd.own.mk" before checking "MKDTRACE" to allow setting it
...
in "/etc/mk.conf".
2010-02-24 12:18:37 +00:00
tron
235f29a8f3
Disable stack protection warnings for "zdb_il.c" which uses a dynamically
...
sized array on the stack.
2010-02-24 11:56:35 +00:00
drochner
7abc5be2ce
adjust INTERP path for NetBSD (needed eg for -static -pie)
2010-02-23 20:42:40 +00:00
jnemeth
c686421e4b
PR/42874 - Henning Petersen -- misplaced }
2010-02-23 16:41:01 +00:00
jnemeth
b006902069
PR/42873 - Henning Petersen -- missing )
2010-02-23 16:35:06 +00:00
haad
a7a3d3b216
Revert lib_nvpair hack now when it is not needed when njoly@ commited his fix to
...
bsd.lib.mk.
2010-02-22 20:05:03 +00:00
joerg
87faf7cb4f
\\ -> \e
2010-02-22 19:20:33 +00:00
tron
c76e590d3d
Disable stack protection warnings for "dtrace.c" which uses alloca(3).
2010-02-22 12:21:27 +00:00
darran
e171441276
Prep for building as part of the toolchain.
2010-02-22 11:01:29 +00:00
darran
9583b24e87
Get rid of extra include files added while debugging the toolchain build
...
problem.
2010-02-22 10:59:08 +00:00