<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/compat, branch release/2.2.8_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.8_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.8_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1996-11-02T10:41:29Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.</title>
<updated>1996-11-02T10:41:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1996-11-02T10:41:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2fce0b4e66baed619f83c7226d51fe90862f0122'/>
<id>urn:sha1:2fce0b4e66baed619f83c7226d51fe90862f0122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'</title>
<updated>1996-09-03T23:17:15Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-03T23:17:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6bce784d06c24e461a05ceeef7b20d434cb8c60d'/>
<id>urn:sha1:6bce784d06c24e461a05ceeef7b20d434cb8c60d</id>
<content type='text'>
so that the compiler can see that it is OK to use const strings in
NDINIT().  Some emulators want to use paths of the form "/compat/foo".
Removed the casts that hid the non-problem.  Didn't fix the missing
consts in syscalls.master that hid the non-problem.
</content>
</entry>
<entry>
<title>Fix memory leak bug in the path parsing code which never released it's</title>
<updated>1996-08-05T20:52:30Z</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1996-08-05T20:52:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d0dc9fdb986d53b0b9c248c3b46777786bc413c6'/>
<id>urn:sha1:d0dc9fdb986d53b0b9c248c3b46777786bc413c6</id>
<content type='text'>
buffer in certain error conditions.  Sync up the code to that in NetBSD
where applicable.

Reviewed by:	Gary Jennejohn &lt;garyj@munich.netsurf.de&gt;
Submitted by:	Michael Smith &lt;msmith@atrad.adelaide.edu.au&gt;
Obtained from:	NetBSD sources
</content>
</entry>
<entry>
<title>Removed unused #include.  Linux doesn't support SCO consoles.</title>
<updated>1996-06-23T17:08:11Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-06-23T17:08:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fe10f76c343d4688e5206f3bea74be30600e798'/>
<id>urn:sha1:6fe10f76c343d4688e5206f3bea74be30600e798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up -Wunused warnings.</title>
<updated>1996-06-12T05:11:41Z</updated>
<author>
<name>Gary Palmer</name>
<email>gpalmer@FreeBSD.org</email>
</author>
<published>1996-06-12T05:11:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c23670e2949d9e72d99006b4f3be147c712f2f89'/>
<id>urn:sha1:c23670e2949d9e72d99006b4f3be147c712f2f89</id>
<content type='text'>
Reviewed by:		bde
</content>
</entry>
<entry>
<title>First pass at cleaning up macros relating to pages, clusters and all that.</title>
<updated>1996-05-02T10:43:17Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-05-02T10:43:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f8845af0dbef25d2e6f611245f459918081b0cb2'/>
<id>urn:sha1:f8845af0dbef25d2e6f611245f459918081b0cb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed never-used #includes of &lt;machine/cpu.h&gt;.  Many were apparently</title>
<updated>1996-04-07T17:39:28Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-04-07T17:39:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ffde942bf3c33906c93f86d2e59e4390f939a97'/>
<id>urn:sha1:6ffde942bf3c33906c93f86d2e59e4390f939a97</id>
<content type='text'>
copied from bad examples.
</content>
</entry>
<entry>
<title>Fixed unsigned longs that should have been vm_offset_t.</title>
<updated>1996-03-19T15:03:00Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-03-19T15:03:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ede8dc43a2624d29d33de0a0bbdd0990d978b7c3'/>
<id>urn:sha1:ede8dc43a2624d29d33de0a0bbdd0990d978b7c3</id>
<content type='text'>
vm_offset_t is currently unsigned long but should probably be plain
unsigned for i386's to match the choice of minimal types to represent
for fixed-width types in Lite2.  Anyway, it shouldn't be assumed
to be unsigned long.

I only fixed the type mismatches that were detected when I changed
vm_offset_t to unsigned.  Only pointer type mismatches were detected.
</content>
</entry>
<entry>
<title>Remove references to MAP_FILE..  That is now "default" and is only</title>
<updated>1996-03-12T06:20:19Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-03-12T06:20:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=71d7d1b17aac58f60ca8dcc25d2e3785c8c9c081'/>
<id>urn:sha1:71d7d1b17aac58f60ca8dcc25d2e3785c8c9c081</id>
<content type='text'>
a "#define MAP_FILE 0" that is still there for net-2 source compatability.
</content>
</entry>
<entry>
<title>Fix the vm_map_remove and vm_map_protect calls..  Somewhere along the</title>
<updated>1996-03-10T23:25:17Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-03-10T23:25:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0946c36c96b60bd1cef4f5537f394828eacc37a7'/>
<id>urn:sha1:0946c36c96b60bd1cef4f5537f394828eacc37a7</id>
<content type='text'>
line, these had got (start, length) arguments instead of (start, end)
args.  This could be the cause of Robert Sanders lockups with ZMAGIC
binaries.
</content>
</entry>
</feed>
