summaryrefslogtreecommitdiffstats
path: root/lib/libstand/bzipfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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 <whatever> 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
* Complete bzip2-1.0.2 import.sobomax2002-02-011-1/+1
| | | | MFC in: 14 days
* Add __FBSDID()s to libstanddillon2001-09-301-3/+3
|
* Add support for loading bzip2-compressed filesystems. Among other thingssobomax2001-09-181-0/+297
this would allow to load bzip2-compressed kernels/modules from the loader(8) (support for that will be committer separately). MFC after: 1 month
OpenPOWER on IntegriCloud