<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libstand/bzipfs.c, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-12-26T10:34:27Z</updated>
<entry>
<title>MFC: properly handle BZ_STREAM_END/Z_STREAM_END.</title>
<updated>2007-12-26T10:34:27Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2007-12-26T10:34:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=51b18dc06df0cabab29e09ea25c5ab9b70f08a02'/>
<id>urn:sha1:51b18dc06df0cabab29e09ea25c5ab9b70f08a02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-enable support for bzip2'ed compressed filesystems.</title>
<updated>2005-05-17T16:22:54Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-05-17T16:22:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d09dcfcfe94f0f8f4fa6739ee84a17ce0df0ab29'/>
<id>urn:sha1:d09dcfcfe94f0f8f4fa6739ee84a17ce0df0ab29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up error handling in libstand filesystem code to be more consistent:</title>
<updated>2004-01-21T20:12:23Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-01-21T20:12:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fb6b710c39b8bbefd730af2d2b8704bd646e0456'/>
<id>urn:sha1:fb6b710c39b8bbefd730af2d2b8704bd646e0456</id>
<content type='text'>
- bzipfs and gzipfs now properly return errno values directly from their
  read routines rather than returning -1.
- missing errno values on error returns for the seek routines on almost
  all filesystems were added.
- fstat() now returns -1 if an error occurs rather than ignoring it.
- nfs's readdir() routine now reports valid errno values if an error or
  EOF occurs rather than EPERM  (It was just returning 0 for success and
  1 for failure).
- nullfs used the wrong semantics for every function besides close() and
  seek().  Getting it right for close() appears to be an accident at that.
- read() for buffered files no longer returns 0 (EOF) if an error occurs,
  but returns -1 instead.
</content>
</entry>
<entry>
<title>Add splitfs vfs layer into libstand, which allows loading big kernels and</title>
<updated>2002-03-17T12:18:05Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-03-17T12:18:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fb74e5f595af8439633ef895dd19dfdd695b6d10'/>
<id>urn:sha1:fb74e5f595af8439633ef895dd19dfdd695b6d10</id>
<content type='text'>
modules split across several physical medias. Following is how it works:

The splitfs code, when asked to open "foo" looks for a file "foo.split"
which is a text file containing a list of filenames and media names, e.g.

	foo.aa "Kernel floppy 1"
	foo.ab "Kernel floppy 2"
	foo.ac "Kernel and modules floppy"

For each file segment, the process is:

- try to open the file
- prompt "Insert the disk labelled &lt;whatever&gt; and press any key..."
- try to open the file
- return error if file could not be located

RE team is free to use this feature in the upcoming 5.0-DP1.

Reviewed by:	msmith, dcs
</content>
</entry>
<entry>
<title>Complete bzip2-1.0.2 import.</title>
<updated>2002-02-01T16:33:40Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-02-01T16:33:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de78df64c7181f7001c8ab3954360b0d485d0ff4'/>
<id>urn:sha1:de78df64c7181f7001c8ab3954360b0d485d0ff4</id>
<content type='text'>
MFC in:		14 days
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libstand</title>
<updated>2001-09-30T22:28:01Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:28:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e74b6a84ce2dd9e091aabfbaca4d692983662c0d'/>
<id>urn:sha1:e74b6a84ce2dd9e091aabfbaca4d692983662c0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for loading bzip2-compressed filesystems. Among other things</title>
<updated>2001-09-18T13:01:12Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-09-18T13:01:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=13b21828a8a6b2943944a05f9bc7e9a7432846fe'/>
<id>urn:sha1:13b21828a8a6b2943944a05f9bc7e9a7432846fe</id>
<content type='text'>
this would allow to load bzip2-compressed kernels/modules from the loader(8)
(support for that will be committer separately).

MFC after:	1 month
</content>
</entry>
</feed>
