<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libstand, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-12-13T06:54:34Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.</title>
<updated>2002-12-13T06:54:34Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-12-13T06:54:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2f155c07e16e50966e66ae4dd29d1bad4863918'/>
<id>urn:sha1:d2f155c07e16e50966e66ae4dd29d1bad4863918</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Uniformly refer to a file system as "file system".</title>
<updated>2002-12-12T17:26:04Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-12T17:26:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d5d039f80a8d31947f4e84af20e8a56d0009c32'/>
<id>urn:sha1:8d5d039f80a8d31947f4e84af20e8a56d0009c32</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Capitalize ASCII code names.</title>
<updated>2002-12-05T08:50:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-05T08:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db8993ce9e6aa8f4320ac5665a2f02d16a3521b4'/>
<id>urn:sha1:db8993ce9e6aa8f4320ac5665a2f02d16a3521b4</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Update the second copy of libstand to deal with the new ufs2 superblock</title>
<updated>2002-12-03T16:25:29Z</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2002-12-03T16:25:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5afad5832a4d0971d9cba726f36f8b96b9a832c7'/>
<id>urn:sha1:5afad5832a4d0971d9cba726f36f8b96b9a832c7</id>
<content type='text'>
format.  The one in sys/boot/libstand is not connected to the build.

Approved by:	re
</content>
</entry>
<entry>
<title>Add the libz derived files, added in the previous commit, to</title>
<updated>2002-10-19T02:23:09Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2002-10-19T02:23:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=798df0ed06f58f7bb70174c339c48d280442ba82'/>
<id>urn:sha1:798df0ed06f58f7bb70174c339c48d280442ba82</id>
<content type='text'>
CLEANFILES. We were not cleaning up after ourselves.
</content>
</entry>
<entry>
<title>Use the standardized CHAR_BIT constant instead of NBBY in userland.</title>
<updated>2002-09-25T04:06:37Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-25T04:06:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89fdc4e117285d001665922c93080c804a8f8810'/>
<id>urn:sha1:89fdc4e117285d001665922c93080c804a8f8810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Merge &lt;machine/ansi.h&gt; and &lt;machine/types.h&gt; into a new header</title>
<updated>2002-08-21T16:20:02Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-08-21T16:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=abbd8902334e8c6409384593b4a2c81f939b47b4'/>
<id>urn:sha1:abbd8902334e8c6409384593b4a2c81f939b47b4</id>
<content type='text'>
  called &lt;machine/_types.h&gt;.
o &lt;machine/ansi.h&gt; will continue to live so it can define MD clock
  macros, which are only MD because of gratuitous differences between
  architectures.
o Change all headers to make use of this.  This mainly involves
  changing:
    #ifdef _BSD_FOO_T_
    typedef	_BSD_FOO_T_	foo_t;
    #undef _BSD_FOO_T_
    #endif
  to:
    #ifndef _FOO_T_DECLARED
    typedef	__foo_t	foo_t;
    #define	_FOO_T_DECLARED
    #endif

Concept by:	bde
Reviewed by:	jake, obrien
</content>
</entry>
<entry>
<title>Fix a typo in #if 0 code</title>
<updated>2002-08-21T09:30:45Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2002-08-21T09:30:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fdff10aa032eb10582f9a9e91febfe5d84c1ef0'/>
<id>urn:sha1:9fdff10aa032eb10582f9a9e91febfe5d84c1ef0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stash various networking paramters in the environment for the kernel</title>
<updated>2002-07-31T20:17:06Z</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2002-07-31T20:17:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f739b33f57ff17e81e0c9dd401f651738456de49'/>
<id>urn:sha1:f739b33f57ff17e81e0c9dd401f651738456de49</id>
<content type='text'>
to pick up, ala pxe.
</content>
</entry>
<entry>
<title>Reimplement malloc/free debugging that includes the offending file:line</title>
<updated>2002-07-20T04:18:20Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-07-20T04:18:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=21a7fd75c341fade399027d85b0196902ae2649f'/>
<id>urn:sha1:21a7fd75c341fade399027d85b0196902ae2649f</id>
<content type='text'>
info.  This turned out to be rather useful on ia64 for tracking down
malloc/free problems.
Detect duplicate free()'s - otherwise these show up as a guard1 failure
and it looks like corruption instead of something simple like a second
free() where there shouldn't be.
Deal with libz using libc headers and not seeing the malloc/free stuff that
we provide in libstand.  Do similar nastiness to what is done for bzlib.

Tested on: i386, ia64 (compile, run)
</content>
</entry>
</feed>
