summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern/vfs_syscalls.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vfs/nfs: Revert white space changesSebastian Huber2023-01-121-1/+0
|
* sys/kern: Add VFS supportChris Johns2021-08-281-3/+65
| | | | | | | | | | - Refactor the libio interface - Move syscalls into an rtemsbsd location - Provide a root directory mount point Update #4475
* freebsd/sys: Import VFS supportChris Johns2021-08-281-0/+4748
Update #4475