Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src/sys



Module Name:    src
Committed By:   snj
Date:           Mon Apr  6 01:37:29 UTC 2015

Modified Files:
        src/sys/kern [netbsd-7]: subr_tftproot.c
        src/sys/nfs [netbsd-7]: krpc_subr.c nfs_boot.c nfs_bootdhcp.c
            nfsdiskless.h

Log Message:
Pull up following revision(s) (requested by hikaru in ticket #656):
        sys/kern/subr_tftproot.c: revision 1.14
        sys/nfs/krpc_subr.c: revision 1.39
        sys/nfs/nfs_boot.c: revision 1.82
        sys/nfs/nfs_bootdhcp.c: revision 1.53
        sys/nfs/nfsdiskless.h: revision 1.31
m_pullup() is called in rcvproc callback functions,
so nfs_boot_sendrecv() should keep track of the head of mbuf chain.
fixes kern/48746


To generate a diff of this commit:
cvs rdiff -u -r1.12.12.1 -r1.12.12.2 src/sys/kern/subr_tftproot.c
cvs rdiff -u -r1.37 -r1.37.38.1 src/sys/nfs/krpc_subr.c
cvs rdiff -u -r1.81 -r1.81.4.1 src/sys/nfs/nfs_boot.c
cvs rdiff -u -r1.52 -r1.52.34.1 src/sys/nfs/nfs_bootdhcp.c
cvs rdiff -u -r1.30 -r1.30.34.1 src/sys/nfs/nfsdiskless.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index