Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initialize type correctly. | phk | 1999-12-01 | 1 | -1/+3 |
| | |||||
* | Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation. | phk | 1999-11-26 | 1 | -96/+194 |
| | | | | | | | | | | | | | | | | | Add MD_ROOT and MD_ROOT_SIZE options to the md driver. Make the md driver handle MFS_ROOT and MFS_ROOT_SIZE options for compatibility. Add md driver to GENERIC, PCCARD and LINT. This is a cleanup which removes the need for some of the worse hacks in MFS: We really want to have a rootvnode but MFS on a preloaded image doesn't really have one. md is a true device, so it is less trouble. This has been tested with make release, and if people remember to add the "md" pseudo-device to their kernels, PicoBSD should be just fine as well. If people have no other use for MFS, it can be removed from the kernel. | ||||
* | Teach the md driver to use preloaded files of type "md_image". | phk | 1999-11-20 | 1 | -68/+128 |
| | |||||
* | remove unused #include | phk | 1999-10-11 | 1 | -1/+0 |
| | |||||
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
| | | | | | | | | have been there in the first place. A GENERIC kernel shrinks almost 1k. Add a slightly different safetybelt under nostop for tty drivers. Add some missing FreeBSD tags | ||||
* | Fix includes (remove unnecessary ones, reorder necessary ones.) | green | 1999-09-22 | 1 | -16/+5 |
| | | | | | | Also, correct an %x to be %lx. Reviewed by: phk | ||||
* | fix a buglet which jordan made me provoke :-) | phk | 1999-09-21 | 1 | -6/+10 |
| | |||||
* | Add an experimental Memory-Disk driver. This driver will allocate | phk | 1999-09-21 | 1 | -0/+282 |
memory with malloc(9) using a few tricks to save space on the way. |