sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htarge
Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.
show more ...
Merge the NFSv4.1 server code in projects/nfsv4.1-server overinto head. The code is not believed to have any effecton the semantics of non-NFSv4.1 server behaviour.It is a rather large merge, but
Merge the NFSv4.1 server code in projects/nfsv4.1-server overinto head. The code is not believed to have any effecton the semantics of non-NFSv4.1 server behaviour.It is a rather large merge, but I am hoping that there willnot be any regressions for the NFS server.MFC after: 1 month
Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalin the kernel (just as inet_ntoa() and inet_aton()) are and sync theirprototype accordingly with already mentioned functions.S
Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalin the kernel (just as inet_ntoa() and inet_aton()) are and sync theirprototype accordingly with already mentioned functions.Sponsored by: Sandvine IncorporatedReviewed by: emaste, rstoneApproved by: dfrMFC after: 2 weeks
Unbreak NFS.Pointy hat to: dfr
Add nfslockd and krpc modules.