<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/eBones/lib/libkdb, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1997-10-03T09:49:50Z</updated>
<entry>
<title>*GULP* Punt this into the attic. It is no longer used.</title>
<updated>1997-10-03T09:49:50Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1997-10-03T09:49:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=536a3849204faa00e7eb25d6881da42ba24bc57e'/>
<id>urn:sha1:536a3849204faa00e7eb25d6881da42ba24bc57e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T14:40:44Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T14:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82'/>
<id>urn:sha1:c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the long-awaited change from $Id$ to $FreeBSD$</title>
<updated>1997-01-14T07:20:47Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-14T07:20:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1130b656e5fe4c2d1ba299e024d1b40eaeebd380'/>
<id>urn:sha1:1130b656e5fe4c2d1ba299e024d1b40eaeebd380</id>
<content type='text'>
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
</content>
</entry>
<entry>
<title>Bmake fixes for the eBones tree.</title>
<updated>1995-09-14T04:06:18Z</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>1995-09-14T04:06:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7c207ecf4d4f42014cca8c8b6052039e984d2f0'/>
<id>urn:sha1:a7c207ecf4d4f42014cca8c8b6052039e984d2f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>After the Great eBones Repository Copy (tm), make ebones actually</title>
<updated>1995-09-13T17:24:36Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1995-09-13T17:24:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=02c78a9c21d84f1ca826d032b220fc0c1930590a'/>
<id>urn:sha1:02c78a9c21d84f1ca826d032b220fc0c1930590a</id>
<content type='text'>
compile
1) remove rubbish no longer needed
2) correct existing Makefiles
3) add new makefiles where needed
4) correct code, header files and man pages where necessary

PLEASE NOTE - after this you will need to make install in eBones/include,
and mamake obj depend all install in eBones/lib before doing a
make obj depend all install in eBones/. (I am going 6to fix src/Makefile
next)
PS - I hate slow international links - apologies for all the typos
</content>
</entry>
<entry>
<title>Major cleanup of eBones code:</title>
<updated>1995-09-07T21:39:00Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1995-09-07T21:39:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d79d4a7ced1f3d1e2960b5cb1ebc6c2774b80ba0'/>
<id>urn:sha1:d79d4a7ced1f3d1e2960b5cb1ebc6c2774b80ba0</id>
<content type='text'>
- Get all functions prototyped or at least defined before use.
- Make code compile (Mostly) clean with -Wall set
- Start to reduce the degree to which DES aka libdes is built in.
- get all functions to the same uniform standard of definition:
int
foo(a, b)
int a;
int *b;
{
   :
}
- fix numerous bugs exposed by above processes.

Note - this replaces the previous work which used an unpopular function
 definition style.
</content>
</entry>
<entry>
<title>Start the eBones cleanup ball rolling.</title>
<updated>1995-08-25T22:52:32Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1995-08-25T22:52:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b1ebdd50cb3946c24106ea3de11ce2d331e4c987'/>
<id>urn:sha1:b1ebdd50cb3946c24106ea3de11ce2d331e4c987</id>
<content type='text'>
These are the start of a lot of work to clean up the FreeBSD eBones code.
these changes include, but are not limited to:
- Create prototypes for all the library routines
- Make all the libraries compile clean with -Wall set
- Fix numerous small bugs shown up in the above process
- Prepare the code for libdes's removal to secure/
- add register, registerd and make_keypair to the make
Lots more will follow in days to come.

OK'ed by: rgrimes
</content>
</entry>
<entry>
<title>Make the DB/DBM routines generic (ifdef FreeBSD considered evil), and</title>
<updated>1995-08-02T23:08:18Z</updated>
<author>
<name>Paul Traina</name>
<email>pst@FreeBSD.org</email>
</author>
<published>1995-08-02T23:08:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=278022fad4651bd6e12036ae0a00ced1aa7587e3'/>
<id>urn:sha1:278022fad4651bd6e12036ae0a00ced1aa7587e3</id>
<content type='text'>
also fix a string allocation bug.

Submitted by: Havard Eidnes
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:41:30Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7799f52a32f592a7efe259bc3411ba52d13db797'/>
<id>urn:sha1:7799f52a32f592a7efe259bc3411ba52d13db797</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix database rename, we don't have .dr &amp; .pag, use .db instead</title>
<updated>1995-01-25T19:45:25Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-01-25T19:45:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06b1dd511a377519e0764087614813f5185f0ae2'/>
<id>urn:sha1:06b1dd511a377519e0764087614813f5185f0ae2</id>
<content type='text'>
</content>
</entry>
</feed>
