<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/truss, branch releng/4.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-12-19T16:22:38Z</updated>
<entry>
<title>MFC: Prepare for mdoc(7)NG.</title>
<updated>2000-12-19T16:22:38Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-19T16:22:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5e23f00c5f299ef9e944613c99ceecdb6e26c3c'/>
<id>urn:sha1:e5e23f00c5f299ef9e944613c99ceecdb6e26c3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: use canonical form of .Dd macro.</title>
<updated>2000-12-12T10:02:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-12T10:02:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d9891373ec7548a8ca1872f18bb7eb955837fbd9'/>
<id>urn:sha1:d9891373ec7548a8ca1872f18bb7eb955837fbd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: recent mdoc(7) fixes.</title>
<updated>2000-12-08T15:14:24Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-08T15:14:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5f668f21b41a742d6713e3ec674ecef22707ea0c'/>
<id>urn:sha1:5f668f21b41a742d6713e3ec674ecef22707ea0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Change the output of truss to more closely resemble SysV's.</title>
<updated>2000-07-01T12:45:51Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-07-01T12:45:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4e3eee501aca91e63ceb82fab53f1b079d7c28f0'/>
<id>urn:sha1:4e3eee501aca91e63ceb82fab53f1b079d7c28f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-03-13T04:59:44Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-13T04:59:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=842f30848780866cb822fe01c4d3d4576718ddb3'/>
<id>urn:sha1:842f30848780866cb822fe01c4d3d4576718ddb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a leak.  (Thanks Bruce, this was a bonehead mistake on my part :).)</title>
<updated>2000-02-15T20:25:47Z</updated>
<author>
<name>Sean Eric Fagan</name>
<email>sef@FreeBSD.org</email>
</author>
<published>2000-02-15T20:25:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05d5ca35873dcfda726c27fdedc6ba7ffafc08dd'/>
<id>urn:sha1:05d5ca35873dcfda726c27fdedc6ba7ffafc08dd</id>
<content type='text'>
Submitted by:	Bruce Evans
</content>
</entry>
<entry>
<title>Fxi various man pages to stop abusing the .Bx macro to generate</title>
<updated>2000-01-23T01:48:16Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>2000-01-23T01:48:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3c2973db71e760ef510bfb9ec8d3118663d4579'/>
<id>urn:sha1:f3c2973db71e760ef510bfb9ec8d3118663d4579</id>
<content type='text'>
the string "FreeBSD".  Use the .Fx macro instead.  Also did some
minor re-wording/formatting to work around a deficiency with
the .Fx macro when it comes to puncuation characters other than
periods and commas.
</content>
</entry>
<entry>
<title>Handle the case where we truss an SUGID program -- in particular, we need</title>
<updated>2000-01-10T04:09:05Z</updated>
<author>
<name>Sean Eric Fagan</name>
<email>sef@FreeBSD.org</email>
</author>
<published>2000-01-10T04:09:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=893618352c9569f73cc299ebae2c18f7a1ac17bc'/>
<id>urn:sha1:893618352c9569f73cc299ebae2c18f7a1ac17bc</id>
<content type='text'>
to wake up any processes waiting via PIOCWAIT on process exit, and truss
needs to be more aware that a process may actually disappear while it's
waiting.

Reviewed by:	Paul Saab &lt;ps@yahoo-inc.com&gt;
</content>
</entry>
<entry>
<title>Fix for the new usage of mkioctls</title>
<updated>1999-12-03T17:35:34Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>1999-12-03T17:35:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6468017b7f93f2e277358050ed5608ee8cccd81c'/>
<id>urn:sha1:6468017b7f93f2e277358050ed5608ee8cccd81c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>${MACHINE} -&gt; ${MACHINE_ARCH}</title>
<updated>1999-11-14T13:54:44Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>1999-11-14T13:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0917704bd4360ecc5c28d8961534fab7228dd1ff'/>
<id>urn:sha1:0917704bd4360ecc5c28d8961534fab7228dd1ff</id>
<content type='text'>
All Makefiles now use MACHINE_ARCH for the target architecture.
Unification is required for cross-building.

Tags added to:
	sys/boot/Makefile
	sys/boot/arc/loader/Makefile
	sys/kern/Makefile
	usr.bin/cpp/Makefile
	usr.bin/gcore/Makefile
	usr.bin/truss/Makefile

usr.bin/gcore/Makefile:
	fixed typo: MACHINDE -&gt; MACHINE_ARCH
</content>
</entry>
</feed>
