Source-Changes archive

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

NetBSD master CVS tree commits



mrg
Thu Feb  5 00:00:09 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv14351/kern

Modified Files:
        exec_subr.c init_main.c kern_descrip.c kern_exec.c kern_exit.c 
        kern_fork.c kern_lkm.c kern_malloc.c kern_physio.c 
        kern_resource.c kern_sig.c kern_subr.c kern_synch.c 
        kern_sysctl.c kern_xxx.c sys_process.c sysv_shm.c uipc_mbuf.c 
        vfs_subr.c vfs_syscalls.c vfs_vnops.c 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:11 PST 1998
Update of /cvsroot/src/sys/lib/libkern/arch/i386
In directory netbsd1:/var/slash-tmp/cvs-serv14351/lib/libkern/arch/i386

Modified Files:
        memchr.S 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:13 PST 1998
Update of /cvsroot/src/sys/miscfs/kernfs
In directory netbsd1:/var/slash-tmp/cvs-serv14351/miscfs/kernfs

Modified Files:
        kernfs_vnops.c 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:14 PST 1998
Update of /cvsroot/src/sys/miscfs/procfs
In directory netbsd1:/var/slash-tmp/cvs-serv14351/miscfs/procfs

Modified Files:
        procfs_mem.c 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:16 PST 1998
Update of /cvsroot/src/sys/miscfs/union
In directory netbsd1:/var/slash-tmp/cvs-serv14351/miscfs/union

Modified Files:
        union_subr.c 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:18 PST 1998
Update of /cvsroot/src/sys/msdosfs
In directory netbsd1:/var/slash-tmp/cvs-serv14351/msdosfs

Modified Files:
        msdosfs_denode.c msdosfs_vnops.c 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:28 PST 1998
Update of /cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv14351/nfs

Modified Files:
        nfs_bio.c nfs_serv.c nfs_subs.c nfs_vnops.c 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:31 PST 1998
Update of /cvsroot/src/sys/ufs/ext2fs
In directory netbsd1:/var/slash-tmp/cvs-serv14351/ufs/ext2fs

Modified Files:
        ext2fs_inode.c ext2fs_readwrite.c ext2fs_vnops.c 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:35 PST 1998
Update of /cvsroot/src/sys/ufs/ffs
In directory netbsd1:/var/slash-tmp/cvs-serv14351/ufs/ffs

Modified Files:
        ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_vnops.c 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:37 PST 1998
Update of /cvsroot/src/sys/ufs/ufs
In directory netbsd1:/var/slash-tmp/cvs-serv14351/ufs/ufs

Modified Files:
        ufs_readwrite.c ufs_vnops.c 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)


mrg
Thu Feb  5 00:00:45 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv14351/sys

Modified Files:
        buf.h lock.h malloc.h map.h proc.h systm.h vmmeter.h vnode.h 
Log Message:
initial import of the new virtual memory system, UVM, into -current.

UVM was written by chuck cranor <chuck%maria.wustl.edu@localhost>, with some
minor portions derived from the old Mach code.  i provided some help
getting swap and paging working, and other bug fixes/ideas.  chuck
silvers <chuq%chuq.com@localhost> also provided some other fixes.

this is the rest of the MI portion changes.

this will be KNF'd shortly.  :-)




Home | Main Index | Thread Index | Old Index