<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/nm/nm.c, branch release/4.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2001-04-21T05:50:02Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2001-04-21T05:50:02Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2001-04-21T05:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1598515ece5ff1d40692c49b4a62801332aa8be1'/>
<id>urn:sha1:1598515ece5ff1d40692c49b4a62801332aa8be1</id>
<content type='text'>
'RELENG_4_3_0_RELEASE'.

This commit was manufactured to restore the state of the 4.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: r1.14, r1.15: remove extraneous externs and correct typo in comment</title>
<updated>2001-03-04T08:54:10Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-03-04T08:54:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9adbd0872c05085148079c50b65cf71c68709325'/>
<id>urn:sha1:9adbd0872c05085148079c50b65cf71c68709325</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed classic sign extension bug `-(long)sizeof(foo)'.</title>
<updated>1998-07-06T21:45:12Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-07-06T21:45:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29415d80c22924751478b95ab248ae567404356d'/>
<id>urn:sha1:29415d80c22924751478b95ab248ae567404356d</id>
<content type='text'>
Fixed the type of the string table size variable to match its use
(assuming that int32_t is 4 bytes and other unportable things).
bfd uses `unsigned char string_chars[BYTES_IN_WORD]', where
BYTES_IN_WORD can be 4, 8, or perhaps even 2 or 3, but it is
assumed to be precisely 4 bytes here.

Fixed printf format errors (don't assume that n_value in struct
n_list has type u_long, since it should have size BYTES_IN_WORD
and longs may be longer than words).
</content>
</entry>
<entry>
<title>Use err(3). Add missing flags in usage string.</title>
<updated>1997-07-31T06:53:36Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-07-31T06:53:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=885a85b6c1d0e4e1c0f0d5474ec7dc8e501167bb'/>
<id>urn:sha1:885a85b6c1d0e4e1c0f0d5474ec7dc8e501167bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compare return value from getopt against -1 rather than EOF, per the final</title>
<updated>1997-03-29T04:34:07Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-03-29T04:34:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c8af8787354e20c2b38cab5801698133ff8b403'/>
<id>urn:sha1:1c8af8787354e20c2b38cab5801698133ff8b403</id>
<content type='text'>
posix standard on the topic.
</content>
</entry>
<entry>
<title>Drat, had the N_FN overloading based on N_EXT backwards. N_EXT = filename,</title>
<updated>1996-09-24T15:56:26Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-24T15:56:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=34b2ec2b3f3f74aa8cdde03fcce638a60642db6e'/>
<id>urn:sha1:34b2ec2b3f3f74aa8cdde03fcce638a60642db6e</id>
<content type='text'>
no N_EXT is a "warning". eg:
% nm -p /tmp/gets.o
...
00000000 w  warning: this program uses gets(), which is unsafe.
         U  _gets
00000000 T  _gets
</content>
</entry>
<entry>
<title>Rudimentry support for viewing weak symbols.  There are two types that</title>
<updated>1996-09-24T09:59:43Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-24T09:59:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a6f32e24ceba7d5e267d39209bd084879bdb6aa'/>
<id>urn:sha1:8a6f32e24ceba7d5e267d39209bd084879bdb6aa</id>
<content type='text'>
this deals with, the N_INDR indirect symbols done with .stabs operations,
and those done with .weak that have an extra field in n_other.
</content>
</entry>
<entry>
<title>General -Wall warning cleanup, part I.</title>
<updated>1996-07-12T19:08:36Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-07-12T19:08:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=526195ad0da110e4a8a5315ec86dddc8e179c06f'/>
<id>urn:sha1:526195ad0da110e4a8a5315ec86dddc8e179c06f</id>
<content type='text'>
Submitted-By: Kent Vander Velden &lt;graphix@iastate.edu&gt;
</content>
</entry>
<entry>
<title>Add -t option which prints output in tabular format.</title>
<updated>1995-12-19T08:12:07Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-12-19T08:12:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9e535a67c1770e741fe87874e561f302c8f7fc61'/>
<id>urn:sha1:9e535a67c1770e741fe87874e561f302c8f7fc61</id>
<content type='text'>
</content>
</entry>
</feed>
