| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
functionality for some of the filesystesms.
|
|
|
|
|
|
|
|
|
|
| |
o use braces to avoid potentially ambiguous else
o don't default to type int (and also remove a useless register
modifier).
o Use parens around assignment values used as truth values.
o Remove unused function.
Reviewed by: obrien and chuckr
|
|
|
|
|
|
|
| |
(FAT12/16/32, VFAT).
Make a private copy of strcasecmp, as the "real" one uses the system ctype
header, which introduces locale poisoning.
|
|
|
|
| |
Sort out fs_ops, alloc/free.
|
|
modules).
Obtained from: NetBSD, with some architectural changes and many additions.
|