<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-06-04T06:00:49Z</updated>
<entry>
<title>Notify pkg_add about 5.1</title>
<updated>2003-06-04T06:00:49Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-06-04T06:00:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0664f560774fff074d22ff3bf94084cdd7b4c468'/>
<id>urn:sha1:0664f560774fff074d22ff3bf94084cdd7b4c468</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: turn on libc_r for amd64.  This is just the ifdef __amd64__ stuff and</title>
<updated>2003-06-02T22:25:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-06-02T22:25:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e16a03fe9cef4b28cdf72f52a6a02bbb2291cab7'/>
<id>urn:sha1:e16a03fe9cef4b28cdf72f52a6a02bbb2291cab7</id>
<content type='text'>
removing the exclusion for amd64 from the Makefiles.

Approved by:  re (scottl)
</content>
</entry>
<entry>
<title>Add a missing return statement to distExtractTarball().</title>
<updated>2003-06-02T18:02:49Z</updated>
<author>
<name>Thomas Moestl</name>
<email>tmm@FreeBSD.org</email>
</author>
<published>2003-06-02T18:02:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=846b64b626498db77c9bc940d318d28134b967e0'/>
<id>urn:sha1:846b64b626498db77c9bc940d318d28134b967e0</id>
<content type='text'>
Approved by:	re (jhb)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'.</title>
<updated>2003-05-31T11:28:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-05-31T11:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b38df05470b4d78dd0a2a026ab8f90299ec8382'/>
<id>urn:sha1:4b38df05470b4d78dd0a2a026ab8f90299ec8382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach sysinstall to recognize if acpi was turned off from the bootloader,</title>
<updated>2003-05-31T11:28:28Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-05-31T11:28:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=acb9e0f3f677031b651a96575f7f5942a621da54'/>
<id>urn:sha1:acb9e0f3f677031b651a96575f7f5942a621da54</id>
<content type='text'>
and then ask the user if this should be made permanent.

Approved by:	re
</content>
</entry>
<entry>
<title> pkg_create incorrectly does not add trailing '\n' when it receives</title>
<updated>2003-05-26T17:12:22Z</updated>
<author>
<name>Mario Sergio Fujikawa Ferreira</name>
<email>lioux@FreeBSD.org</email>
</author>
<published>2003-05-26T17:12:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fc12c41ca36573a559dd631e41d3976c057dddc4'/>
<id>urn:sha1:fc12c41ca36573a559dd631e41d3976c057dddc4</id>
<content type='text'>
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.

 Therefore, make sure it behaves exactly the same regardless of
where got its information; either command line or files. The modified
functions are used by pkg_create.

PR:		52097
Reviewed by:	bento, kris,
		portmgr, re,
		Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt;,
		Martin Horcicka &lt;horcicka@FreeBSD.cz&gt;
Approved by:	re (scottl)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add a trailing '\n' character if none is found in the information</title>
<updated>2003-05-26T17:06:05Z</updated>
<author>
<name>Mario Sergio Fujikawa Ferreira</name>
<email>lioux@FreeBSD.org</email>
</author>
<published>2003-05-26T17:06:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c32acd2e5cc151a23c79c1532ad6494c482d14ad'/>
<id>urn:sha1:c32acd2e5cc151a23c79c1532ad6494c482d14ad</id>
<content type='text'>
obtained from a package. Patch show_file() [1] and show_index() [2]
functions.

PR:		52097
Reviewed by:	bento, kris,
		portmgr, re,
		Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt;,
		Martin Horcicka &lt;horcicka@FreeBSD.cz&gt;
Approved by:	re (scottl)
Obtained from:	NetBSD [1],
		OpenBSD [2]
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compiler</title>
<updated>2003-05-25T07:39:06Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-05-25T07:39:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7dd68385827fd04c71fb53950ac70756032429ee'/>
<id>urn:sha1:7dd68385827fd04c71fb53950ac70756032429ee</id>
<content type='text'>
error) on amd64 when doing pointer subtraction.  This bug is already
fixed in gcc-3.3 (waiting for after the branch), and the hack will be
backed out at the first opportunity.  This is in the ipv6 code path.

Approved by:  re (scottl)
</content>
</entry>
<entry>
<title>Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.</title>
<updated>2003-05-24T21:12:14Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-05-24T21:12:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e8db10ac1482476891ee64af19f9c846da49a75'/>
<id>urn:sha1:5e8db10ac1482476891ee64af19f9c846da49a75</id>
<content type='text'>
Approved by:	re (murray)
Obtained from:	obrien
</content>
</entry>
<entry>
<title>no libc_r on amd64 yet -&gt; no pppctl.</title>
<updated>2003-05-24T19:23:05Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-05-24T19:23:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=14682d7e53089e1e66c0e88c131a3bee2ca48bff'/>
<id>urn:sha1:14682d7e53089e1e66c0e88c131a3bee2ca48bff</id>
<content type='text'>
Approved by:	re (safe amd64 changes)
</content>
</entry>
</feed>
