Source-Changes archive

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

NetBSD master CVS tree commits



thorpej
Tue Jul 28 11:30:54 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory nb00:/tmp/cvs-serv22106

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:53 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory nb00:/tmp/cvs-serv22280/alpha/alpha

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:53 PDT 1998
Update of /cvsroot/src/sys/arch/amiga/amiga
In directory nb00:/tmp/cvs-serv22280/amiga/amiga

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:53 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv22280/arm32/arm32

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:54 PDT 1998
Update of /cvsroot/src/sys/arch/atari/atari
In directory nb00:/tmp/cvs-serv22280/atari/atari

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:54 PDT 1998
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory nb00:/tmp/cvs-serv22280/hp300/hp300

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:54 PDT 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv22280/i386/i386

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:55 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory nb00:/tmp/cvs-serv22280/mac68k/mac68k

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:55 PDT 1998
Update of /cvsroot/src/sys/arch/mips/mips
In directory nb00:/tmp/cvs-serv22280/mips/mips

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:55 PDT 1998
Update of /cvsroot/src/sys/arch/mvme68k/mvme68k
In directory nb00:/tmp/cvs-serv22280/mvme68k/mvme68k

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:56 PDT 1998
Update of /cvsroot/src/sys/arch/next68k/next68k
In directory nb00:/tmp/cvs-serv22280/next68k/next68k

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:56 PDT 1998
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory nb00:/tmp/cvs-serv22280/pc532/pc532

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:57 PDT 1998
Update of /cvsroot/src/sys/arch/pica/pica
In directory nb00:/tmp/cvs-serv22280/pica/pica

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:57 PDT 1998
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory nb00:/tmp/cvs-serv22280/sparc/sparc

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:57 PDT 1998
Update of /cvsroot/src/sys/arch/sparc64/sparc64
In directory nb00:/tmp/cvs-serv22280/sparc64/sparc64

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:58 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/sun3
In directory nb00:/tmp/cvs-serv22280/sun3/sun3

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:58 PDT 1998
Update of /cvsroot/src/sys/arch/vax/vax
In directory nb00:/tmp/cvs-serv22280/vax/vax

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:34:58 PDT 1998
Update of /cvsroot/src/sys/arch/x68k/x68k
In directory nb00:/tmp/cvs-serv22280/x68k/x68k

Modified Files:
        vm_machdep.c 
Log Message:
Don't cast the null residual pointer passed to vn_rdwr().


thorpej
Tue Jul 28 11:37:47 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv23404/sys

Modified Files:
        vnode.h 
Log Message:
Change the "aresid" argument of vn_rdwr() from an int * to a size_t *,
to match the new uio_resid type.


thorpej
Tue Jul 28 11:37:48 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv23404/kern

Modified Files:
        exec_elf32.c kern_exec.c vfs_vnops.c 
Log Message:
Change the "aresid" argument of vn_rdwr() from an int * to a size_t *,
to match the new uio_resid type.


thorpej
Tue Jul 28 11:37:48 PDT 1998
Update of /cvsroot/src/sys/ufs/ufs
In directory nb00:/tmp/cvs-serv23404/ufs/ufs

Modified Files:
        ufs_lookup.c 
Log Message:
Change the "aresid" argument of vn_rdwr() from an int * to a size_t *,
to match the new uio_resid type.




Home | Main Index | Thread Index | Old Index