<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/modules/dtrace, branch release/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2015-10-22T21:28:20Z</updated>
<entry>
<title>Rename remaining linux32 symbols such as linux_sysent[] and</title>
<updated>2015-10-22T21:28:20Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-10-22T21:28:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f99bcce1ebf7f5723f98529176226dd9118e2a5'/>
<id>urn:sha1:2f99bcce1ebf7f5723f98529176226dd9118e2a5</id>
<content type='text'>
linux_syscallnames[] from linux_* to linux32_* to avoid conflicts with
linux64.ko.  While here, add support for linux64 binaries to systrace.
- Update NOPROTO entries in amd64/linux/syscalls.master to match the
  main table to fix systrace build.
- Add a special case for union l_semun arguments to the systrace
  generation.
- The systrace_linux32 module now only builds the systrace_linux32.ko.
  module on amd64.
- Add a new systrace_linux module that builds on both i386 and amd64.
  For i386 it builds the existing systrace_linux.ko.  For amd64 it
  builds a systrace_linux.ko for 64-bit binaries.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D3954
</content>
</entry>
<entry>
<title>Implement the lockstat provider using SDT(9) instead of the custom provider</title>
<updated>2015-07-19T22:14:09Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2015-07-19T22:14:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=32cd0147fafec2d3d2817d733fa70bad9cdf34ce'/>
<id>urn:sha1:32cd0147fafec2d3d2817d733fa70bad9cdf34ce</id>
<content type='text'>
in lockstat.ko. This means that lockstat probes now have typed arguments and
will utilize SDT probe hot-patching support when it arrives.

Reviewed by:	gnn
Differential Revision:	https://reviews.freebsd.org/D2993
</content>
</entry>
<entry>
<title>First cut of DTrace for AArch64.</title>
<updated>2015-07-01T15:51:11Z</updated>
<author>
<name>Ruslan Bukin</name>
<email>br@FreeBSD.org</email>
</author>
<published>2015-07-01T15:51:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b78ee15e9f04ae15c3e1200df974473167524d17'/>
<id>urn:sha1:b78ee15e9f04ae15c3e1200df974473167524d17</id>
<content type='text'>
Reviewed by:	andrew, emaste
Sponsored by:	ARM Limited
Differential Revision:	https://reviews.freebsd.org/D2738
</content>
</entry>
<entry>
<title>Set a dependancy on fbt module for ARM.</title>
<updated>2015-03-06T16:08:03Z</updated>
<author>
<name>Ruslan Bukin</name>
<email>br@FreeBSD.org</email>
</author>
<published>2015-03-06T16:08:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a1faeea6846ded04035d0b8447cbe9fbf1ecf5c6'/>
<id>urn:sha1:a1faeea6846ded04035d0b8447cbe9fbf1ecf5c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial version of DTrace on ARM32.</title>
<updated>2015-02-10T19:41:30Z</updated>
<author>
<name>George V. Neville-Neil</name>
<email>gnn@FreeBSD.org</email>
</author>
<published>2015-02-10T19:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fcb560670601b2a4d87bb31d7531c8dcc37ee71b'/>
<id>urn:sha1:fcb560670601b2a4d87bb31d7531c8dcc37ee71b</id>
<content type='text'>
Submitted by:	Howard Su based on work by Oleksandr Tymoshenko
Reviewed by:	ian, andrew, rpaulo, markj
</content>
</entry>
<entry>
<title>Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support</title>
<updated>2015-01-03T03:35:18Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2015-01-03T03:35:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4906cdc8c5d161f74ab36bb5792ac0706d182c11'/>
<id>urn:sha1:4906cdc8c5d161f74ab36bb5792ac0706d182c11</id>
<content type='text'>
CWARNFALGS.$file centrally so we don't have to have it in all the
places. Remove a few warning flags that are no longer needed.
Also, always use -Wno-unknown-pragma to (hopefully temporarily) work
around #pragma ident in debug.h in the opensolaris code. Remove some
stale warning suppression that's no longer necessary.
</content>
</entry>
<entry>
<title>Submitted by:	rick Maclem</title>
<updated>2014-12-27T15:17:59Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2014-12-27T15:17:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a3f4b0b02211c506f54d823e0fc1012c5858f8e'/>
<id>urn:sha1:3a3f4b0b02211c506f54d823e0fc1012c5858f8e</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove the old NFS client and server from head,</title>
<updated>2014-12-23T00:47:46Z</updated>
<author>
<name>Rick Macklem</name>
<email>rmacklem@FreeBSD.org</email>
</author>
<published>2014-12-23T00:47:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c15882f09100c13fc41902bd2620242a424a83be'/>
<id>urn:sha1:c15882f09100c13fc41902bd2620242a424a83be</id>
<content type='text'>
which means that the NFSCLIENT and NFSSERVER
kernel options will no longer work. This commit
only removes the kernel components. Removal of
unused code in the user utilities will be done
later. This commit does not include an addition
to UPDATING, but that will be committed in a
few minutes.

Discussed on: freebsd-fs
</content>
</entry>
<entry>
<title>remove opensolaris cyclic code, replace with high-precision callouts</title>
<updated>2014-12-07T11:21:41Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2014-12-07T11:21:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=036a8c5dac08f6fd8d632b69026c0b134c9254ae'/>
<id>urn:sha1:036a8c5dac08f6fd8d632b69026c0b134c9254ae</id>
<content type='text'>
In the old days callout(9) had 1 tick precision and that was inadequate
for some uses, e.g. DTrace profile module, so we had to emulate cyclic
API and behavior.  Now we can directly use callout(9) in the very few
places where cyclic was used.

Differential Revision:	https://reviews.freebsd.org/D1161
Reviewed by:	gnn, jhb, markj
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Allow loading of dtraceall without nfscl if what you really wnat is nfsclient</title>
<updated>2014-10-28T04:18:09Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2014-10-28T04:18:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b8ded963c906d25398322bc4812cbbde71e7a1f4'/>
<id>urn:sha1:b8ded963c906d25398322bc4812cbbde71e7a1f4</id>
<content type='text'>
Obtained from:	Panzura tree
MFC after:	1 week
</content>
</entry>
</feed>
