<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/tools, branch releng/7.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F7.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F7.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-12-08T22:37:07Z</updated>
<entry>
<title>MFC r196483,r196634:</title>
<updated>2009-12-08T22:37:07Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2009-12-08T22:37:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6e7026836a6841c6d811d32da8c31ac4b0895037'/>
<id>urn:sha1:6e7026836a6841c6d811d32da8c31ac4b0895037</id>
<content type='text'>
sh: Fix crash when undefining or redefining a currently executing function

Add a reference count to function definitions.
Memory may leak if a SIGINT arrives in interactive mode at exactly the wrong
time.

PR:		bin/137640
</content>
</entry>
<entry>
<title>MFC: Fix some uninitialised variables.</title>
<updated>2009-08-03T09:55:03Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2009-08-03T09:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2bd53dc3d1600a169d1f5f9bab88a6771d1e22c4'/>
<id>urn:sha1:2bd53dc3d1600a169d1f5f9bab88a6771d1e22c4</id>
<content type='text'>
PR:		136383
Submitted by:	Ulrich Spoerlein - uqs at spoerlein dot net
</content>
</entry>
<entry>
<title>MFC: Add a new 'void closefrom(int lowfd)' system call.  When called, it</title>
<updated>2009-07-14T19:48:31Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-07-14T19:48:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bcfa76cba3b78244d3e574d2ff398e252a2ecb38'/>
<id>urn:sha1:bcfa76cba3b78244d3e574d2ff398e252a2ecb38</id>
<content type='text'>
closes any open file descriptors &gt;= 'lowfd'.  Bump  __FreeBSD_version to
702104.
</content>
</entry>
<entry>
<title>MFC all changes up to 194958:</title>
<updated>2009-06-30T09:20:43Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2009-06-30T09:20:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c59f8a591d87088e3cf1e516e9741d6c4f6cf953'/>
<id>urn:sha1:c59f8a591d87088e3cf1e516e9741d6c4f6cf953</id>
<content type='text'>
194288:
Fix NanoBSD when the data partition size is defined as a negative
number.

194431:
Allow building world into a separate dir (for reuse in multiple images).

194437:
Reverse some stuff I accidentally committed in the previous commit.

194440:
Cleanups.

194958:
Make pprint print through fd 3 so pprint can be used in customise
functions.
Prefix each log line with the running time.
</content>
</entry>
<entry>
<title>Fix NanoBSD when the data partition size is defined as a negative</title>
<updated>2009-06-23T22:22:20Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-23T22:22:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de146761727091bb86fdf6b104f19e1660967bec'/>
<id>urn:sha1:de146761727091bb86fdf6b104f19e1660967bec</id>
<content type='text'>
number.

      It is possible to ask nanobsd.sh to create a 'data' partition,
      separate from the system or configuration partitions, and
      furthermore, by specifying a negative value for its size
      to request that it use all space unused by those partitions
      for its own size.

      Because the two lines of code that calculate how much space
      is available for this data partition are written in perl-like
      syntax, the awk code that does the processing performs the
      calculation incorrectly.
      [note - this was already fixed by r174936]

      Furthermore, a comparison later down fails to newfs the
      partition when the size is negative.

PR:           misc/127759
Submitted by: Cyrus Rahman &lt;crahman@gmail.com&gt;
</content>
</entry>
<entry>
<title>MFC of r194286 r194310 r194332</title>
<updated>2009-06-23T22:16:07Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-23T22:16:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6466df5830101631a53b168835a3251076e6d377'/>
<id>urn:sha1:6466df5830101631a53b168835a3251076e6d377</id>
<content type='text'>
Support for 64 Mb Kodak flash device.

PR:		misc/115025
Submitted by:	Michael W Lucas &lt;mwlucas@freebsd.org&gt;
</content>
</entry>
<entry>
<title>MFC of 194285</title>
<updated>2009-06-23T22:09:53Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-23T22:09:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5970de9734980254e1cda75eb375ac01bad44aa'/>
<id>urn:sha1:b5970de9734980254e1cda75eb375ac01bad44aa</id>
<content type='text'>
Add support for 256MB Hitachi CF card and 256MB Silicon Systems CF card

      This patch against RELENG_6 adds two more entries to
      src/tools/tools/nanobsd/FlashDevice.sub - one for a 256MB
      Hitachi CF card and one for a 256MB Silicon Systems CF card.

      Both entries have been verified to work with a Soekris net4801.

PR:           kern/101228
Submitted by: Henrik Brix Andersen &lt;henrik@brixandersen.dk&gt;
</content>
</entry>
<entry>
<title>MFC r192760:</title>
<updated>2009-05-30T23:27:48Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2009-05-30T23:27:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b60e52e369f18d3bb63cdde93ed8659f97b100fa'/>
<id>urn:sha1:b60e52e369f18d3bb63cdde93ed8659f97b100fa</id>
<content type='text'>
Use the END() macro appropriately in order to improve debugging for
tools (Valgrind mainly).
</content>
</entry>
<entry>
<title>MFC of r192482:</title>
<updated>2009-05-27T12:33:57Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-05-27T12:33:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01e5f291129a8084934221aab6228c72cc1c6423'/>
<id>urn:sha1:01e5f291129a8084934221aab6228c72cc1c6423</id>
<content type='text'>
Add regression tests for the date(1) + argument for user-defined
format strings.

PR:		bin/127514
</content>
</entry>
<entry>
<title>MFC: r187102 / r187107: Update fech URL.</title>
<updated>2009-03-24T01:18:35Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2009-03-24T01:18:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eeafa811e4d4e661eb5114f79f84571d5bb7499e'/>
<id>urn:sha1:eeafa811e4d4e661eb5114f79f84571d5bb7499e</id>
<content type='text'>
</content>
</entry>
</feed>
