Chris Johns
|
f55a3dd32f
|
nfs: Support multiple mounts with the same path basename
NFSv4 mounts NFS file systems to the flat root of a pseudo file
system. This change allow the same basename to be used.
|
2023-07-21 14:56:02 +10:00 |
|
Chris Johns
|
87a5b45564
|
rtemsbsd/nfsclient: Fix the error code return value
|
2021-10-21 11:29:01 +11:00 |
|
Chris Johns
|
7e282d2506
|
rtemsbsd/nfs: Add support to mount NFSv2
- NFSv2 requires userland RPC calls to determine the version of
NFS and the FH. This is passed to the kernel.
- Port more libc/rpc.
Update #4475
|
2021-09-02 08:45:12 +10:00 |
|
Chris Johns
|
882425fe54
|
kern/sys: Add NFSv4 client
Update #4475
|
2021-08-31 18:38:48 +10:00 |
|
Chris Johns
|
6514d56158
|
sys/kern: Add VFS support
- Refactor the libio interface
- Move syscalls into an rtemsbsd location
- Provide a root directory mount point
Update #4475
|
2021-08-28 10:25:46 +10:00 |
|