summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/nfsclient (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nfsclient: Fix for 64-bit targetsSebastian Huber2019-03-291-1/+8
| | | | | | | The use of the serporid structure with several embedded unions to split up the specific NFS request/response structures is quite a hack. It breaks on 64-bit targets due to the presence of pointer members which affect the overall alignment.
* nfsclient: Only parse for options when present.Chris Johns2016-08-121-1/+4
|
* Make the license message viewable with a verbose option.Chris Johns2016-07-062-14/+19
| | | | | | The license details can be viewed if you mount with a -v option: # mount -i nfs -o "-v" 1.2.3.4:/mnt /mnt
* nfsclient: Port to LibBSDSebastian Huber2016-06-102-78/+89
|
* nfsclient: Import from RTEMSSebastian Huber2016-06-1012-0/+8666
RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.