<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/release/picobsd, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-11-07T12:49:55Z</updated>
<entry>
<title>Remove obsolete disklabel and newfs options.</title>
<updated>2003-11-07T12:49:55Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-11-07T12:49:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0f7d82315ac4640dd1c2adb049ffc756ffea5493'/>
<id>urn:sha1:0f7d82315ac4640dd1c2adb049ffc756ffea5493</id>
<content type='text'>
</content>
</entry>
<entry>
<title>comment out the 'sshd' entries as the image is now 1460KB</title>
<updated>2003-06-22T15:37:14Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2003-06-22T15:37:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b7850636cdc1424ac448cc7ea62baef9f3e37934'/>
<id>urn:sha1:b7850636cdc1424ac448cc7ea62baef9f3e37934</id>
<content type='text'>
and does not fit into a floppy anymore (1403kb available).

There is not much you can do now except bumping up the image size
(by uncommenting the "fd_size=2880" line in ./config),
at which point you can uncomment sshd, the associated library,
and all the good stuff such as tcpdump and natd and ppp that
you might want on such a box.

A similar change should be applied to other picobsd image types.
</content>
</entry>
<entry>
<title>Make this compile again: we need to specify a scheduler,</title>
<updated>2003-06-22T15:32:09Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2003-06-22T15:32:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5fe83c8acbfe5297c7a569749b06876829e2da9a'/>
<id>urn:sha1:5fe83c8acbfe5297c7a569749b06876829e2da9a</id>
<content type='text'>
and remove the count for devices "sc" and "atkbdc"

This change does not apply to RELENG_4.
</content>
</entry>
<entry>
<title>We no longer have KerberosIV. Remove it here also.</title>
<updated>2003-04-30T17:50:08Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-04-30T17:50:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eb03707082be1dc576cd38b927112d378096863a'/>
<id>urn:sha1:eb03707082be1dc576cd38b927112d378096863a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't forget to send the Content-length header after calculating it.</title>
<updated>2003-04-05T17:15:38Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-04-05T17:15:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fa25e610829cfcb7158ba88f663d3e12d0a50a63'/>
<id>urn:sha1:fa25e610829cfcb7158ba88f663d3e12d0a50a63</id>
<content type='text'>
PR:		29725
Submitted by:	Eugene Grosbein &lt;eugen@svzserv.kemerovo.su&gt;
</content>
</entry>
<entry>
<title>More warns cleanups and misc cleanups:</title>
<updated>2003-04-05T15:27:27Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-04-05T15:27:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cda5ba2cebb33d826113e3c17a97e90bb8262685'/>
<id>urn:sha1:cda5ba2cebb33d826113e3c17a97e90bb8262685</id>
<content type='text'>
1) Make fetch_mode a pointer 'cos we can just use the optarg.
2) Constness.
3) Add/complete prototypes.
4) Change an int to a socklen_t.
5) Don't use C++ style comments.
6) Check return values from read and fork a little more carefully.
7) Avoid closing an uninitialised int.
8) Get rid of unneeded extern declarations.
</content>
</entry>
<entry>
<title>Don't return with a value in a void function.</title>
<updated>2003-03-13T22:06:10Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-03-13T22:06:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a8b08ce3b190cf3a4af9f0c3ab93d91f7a59287d'/>
<id>urn:sha1:a8b08ce3b190cf3a4af9f0c3ab93d91f7a59287d</id>
<content type='text'>
Pass a time_t rather than a long to time.
</content>
</entry>
<entry>
<title>Upgrade  the root partition mount to r/w before trying to write to it.</title>
<updated>2002-11-17T20:19:34Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2002-11-17T20:19:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6008a3d4b6cbb35efadaf11b37fd6f790a1a739a'/>
<id>urn:sha1:6008a3d4b6cbb35efadaf11b37fd6f790a1a739a</id>
<content type='text'>
MFC after: 3 days
</content>
</entry>
<entry>
<title>de-__P()</title>
<updated>2002-10-10T00:32:55Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-10-10T00:32:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9e9715e9c027b4626f30462d5d5d13d7adcee8e6'/>
<id>urn:sha1:9e9715e9c027b4626f30462d5d5d13d7adcee8e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some bitrotted documentation.</title>
<updated>2002-09-24T13:34:36Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-09-24T13:34:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e2d217cd353a4a5d8bba8065d30c27ac0abf4a8'/>
<id>urn:sha1:3e2d217cd353a4a5d8bba8065d30c27ac0abf4a8</id>
<content type='text'>
</content>
</entry>
</feed>
