summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/nfsclient (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-29nfsclient: Fix for 64-bit targetsSebastian Huber1-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.
2016-08-12nfsclient: Only parse for options when present.Chris Johns1-1/+4
2016-07-06Make the license message viewable with a verbose option.Chris Johns2-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
2016-06-10nfsclient: Port to LibBSDSebastian Huber2-78/+89
2016-06-10nfsclient: Import from RTEMSSebastian Huber12-0/+8666
RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.