Home | History | Annotate | Download | only in libsa
History log of /src/sys/lib/libsa/nfsv2.h
RevisionDateAuthorComments
 1.5  12-Dec-2023  mlelstv Add NFSv3 support. Try NFSv3 and fall back to NFSv2.
 1.4  11-Dec-2005  christos branches: 1.4.194;
merge ktrace-lwp.
 1.3  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.2  26-Feb-1996  gwr branches: 1.2.64;
Make this code independent of <sys/nfs> now that we use very little
from there anyway, so we can ignore changes in the NFS code...
 1.1  26-Feb-1996  scottr Needed for NFS booting; we aren't likely to use v3 here any time soon.
 1.2.64.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.64.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.64.1  03-Aug-2004  skrll Sync with HEAD
 1.4.194.1  20-Sep-2024  martin Pull up following revision(s) (requested by rin in ticket #894):

sys/arch/i386/stand/Makefile.booters: revision 1.98
sys/lib/libsa/nfsv3.h: revision 1.1
sys/lib/libsa/rpcv2.h: revision 1.4
sys/arch/i386/stand/efiboot/Makefile.efiboot: revision 1.23
sys/lib/libsa/nfsv2.h: revision 1.5
sys/lib/libsa/nfs.c: revision 1.51
sys/lib/libsa/nfs.c: revision 1.52
sys/arch/i386/stand/libsa/nfs.c: file removal
sys/lib/libsa/nfs.c: revision 1.53
sys/arch/i386/stand/libsa/nfs.c: revision 1.20
sys/arch/i386/stand/libsa/nfs.c: revision 1.21
sys/arch/i386/stand/pxeboot/Makefile: revision 1.29

Add NFSv3 support. Try NFSv3 and fall back to NFSv2.

Merge with generic libsa NFS code to minimize differences and to learn NFSv3.

libsa: nfs: Fix NFS_NOSYMLINK option for previous
Used only by mvme68k.

Align again with libsa (NFS_NOSYMLINK fix).

libsa/nfs.c: Add `LIBSA_NFS_IMPLICIT_MOUNT` compile-time option
by which nfs_mount() is automatically called from nfs_open(),
as done for nfs.c in i386/stand.

This is only functional difference b/w two copies of nfs.c.
Now, we can safely retire the latter.
XXX
It would be really nice to drop this option also. However,
unfortunately, it is too much for me at the very moment...

i386: stand: Retire its own nfs.c, and switch to libsa/nfs.c. NFC

RSS XML Feed