Source-Changes archive

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

CVS commit: [netbsd-6] src/sys



Module Name:    src
Committed By:   msaitoh
Date:           Thu Apr 16 09:34:04 UTC 2015

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

Log Message:
Pull up following revision(s) (requested by hikaru in ticket #1287):
        sys/kern/subr_tftproot.c: revision 1.14 via patch
        sys/nfs/nfsdiskless.h: revision 1.31
        sys/nfs/nfs_boot.c: revision 1.82
        sys/nfs/krpc_subr.c: revision 1.39
        sys/nfs/nfs_bootdhcp.c: revision 1.53
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.10 -r1.10.18.1 src/sys/kern/subr_tftproot.c
cvs rdiff -u -r1.37 -r1.37.18.1 src/sys/nfs/krpc_subr.c
cvs rdiff -u -r1.80 -r1.80.14.1 src/sys/nfs/nfs_boot.c
cvs rdiff -u -r1.52 -r1.52.14.1 src/sys/nfs/nfs_bootdhcp.c
cvs rdiff -u -r1.30 -r1.30.14.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