<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/ddb/db_expr.c, branch release/2.2.2_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.2_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.2_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1997-05-19T10:35:55Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-05-19T10:35:55Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-05-19T10:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a0d351b26be784ec2f31673b9c873781f01bad63'/>
<id>urn:sha1:a0d351b26be784ec2f31673b9c873781f01bad63</id>
<content type='text'>
'RELENG_2_2_2_RELEASE'.

This commit was manufactured to restore the state of the 2.2.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Reduced and cleaned up #includes.</title>
<updated>1995-12-10T19:08:32Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-12-10T19:08:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5ccbc3cc5aa70fee35bc061ab0e4fadcf67ad335'/>
<id>urn:sha1:5ccbc3cc5aa70fee35bc061ab0e4fadcf67ad335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Untangled the vm.h include file spaghetti.</title>
<updated>1995-12-07T12:48:31Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-12-07T12:48:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=efeaf95a41820e4eb661a90cfb59a26e36575784'/>
<id>urn:sha1:efeaf95a41820e4eb661a90cfb59a26e36575784</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Staticized and '#ifdef notused' stuff we don't use.</title>
<updated>1995-11-29T10:25:50Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-11-29T10:25:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f73a856d2385c41dae0d1bacc12bda6b031f47e7'/>
<id>urn:sha1:f73a856d2385c41dae0d1bacc12bda6b031f47e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completed function declarations and/or added prototypes and/or #includes</title>
<updated>1995-11-24T14:13:42Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-11-24T14:13:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=058284fceb843b1fc95ffb704de3f9bd088607a9'/>
<id>urn:sha1:058284fceb843b1fc95ffb704de3f9bd088607a9</id>
<content type='text'>
to get the prototypes.

Changed some `int's to `boolean_t's.  boolean_t's are ints so they are
hard to distinguish from ints.

Converted function headers to old-style.  ddb is written in K&amp;R1 C
except where we broke it.
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T08:16:23Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T08:16:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b2e535452929d6f2f798a2c01b23b1f547a0b0f'/>
<id>urn:sha1:9b2e535452929d6f2f798a2c01b23b1f547a0b0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change all #includes to follow the current Berkeley style.  Some of these</title>
<updated>1994-08-13T03:50:34Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-08-13T03:50:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f540b1065abc6d6d31f876c6eeb288f9ad035840'/>
<id>urn:sha1:f540b1065abc6d6d31f876c6eeb288f9ad035840</id>
<content type='text'>
``changes'' are actually not changes at all, but CVS sometimes has trouble
telling the difference.

This also includes support for second-directory compiles.  This is not
quite complete yet, as `config' doesn't yet do the right thing.  You can
still make it work trivially, however, by doing the following:

rm /sys/compile
mkdir /usr/obj/sys/compile
ln -s M-. /sys/compile
cd /sys/i386/conf
config MYKERNEL
cd ../../compile/MYKERNEL
ln -s /sys @
rm machine
ln -s @/i386/include machine
make depend
make
</content>
</entry>
<entry>
<title>Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and</title>
<updated>1993-11-25T01:38:01Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1993-11-25T01:38:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=381fe1aaf4d3cb1ad62f758c15ace6cb07eea97a'/>
<id>urn:sha1:381fe1aaf4d3cb1ad62f758c15ace6cb07eea97a</id>
<content type='text'>
add same (sans -Werror) to Makefile for future compilations.
</content>
</entry>
<entry>
<title>Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some</title>
<updated>1993-10-16T16:47:35Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1993-10-16T16:47:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0edf66eca446dc74078eeb1f019becce246e468b'/>
<id>urn:sha1:0edf66eca446dc74078eeb1f019becce246e468b</id>
<content type='text'>
minor cleanup.  Added $Id$ to files that did not have any version info, etc
</content>
</entry>
<entry>
<title>Initial import, 0.1 + pk 0.2.4-B1</title>
<updated>1993-06-12T14:58:17Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1993-06-12T14:58:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b81b6b301437eb9a6df491c829475bd29ae5d6c'/>
<id>urn:sha1:5b81b6b301437eb9a6df491c829475bd29ae5d6c</id>
<content type='text'>
</content>
</entry>
</feed>
