Date: Mon, 28 Aug 1995 02:19:27 -0700 From: Julian Elischer <julian> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_extern.h vm_glue.c vm_init.c vm_pageout.c vm_pageout.h Message-ID: <199508280919.CAA15088@freefall.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
julian 95/08/28 02:19:26 Modified: sys/i386/i386 autoconf.c machdep.c sys/i386/ibcs2 ibcs2_stats.c imgact_coff.c sys/i386/linux linux_stats.c sys/kern init_main.c kern_clock.c kern_malloc.c kern_synch.c subr_prof.c sysv_msg.c sysv_sem.c sysv_shm.c tty_subr.c uipc_domain.c uipc_mbuf.c vfs_bio.c vfs_conf.c vfs_init.c vfs_syscalls.c sys/net if.c sys/sys kernel.h mount.h namei.h systm.h vnioctl.h sys/ufs/ffs ffs_vfsops.c sys/ufs/lfs lfs_vfsops.c sys/ufs/mfs mfs_extern.h mfs_vfsops.c sys/ufs/ufs dir.h ufs_lookup.c ufs_vnops.c sys/vm vm_extern.h vm_glue.c vm_init.c vm_pageout.c vm_pageout.h Log: Reviewed by: julian with quick glances by bruce and others Submitted by: terry (terry lambert) This is a composite of 3 patch sets submitted by terry. they are: New low-level init code that supports loadbal modules better some cleanups in the namei code to help terry in 16-bit character support some changes to the mount-root code to make it a little more modular.. NOTE: mounting root off cdrom or NFS MIGHT be broken as I haven't been able to test those cases.. certainly mounting root of disk still works just fine.. mfs should work but is untested. (tomorrows task) The low level init stuff includes a total rewrite of init_main.c to make it possible for new modules to have an init phase by simply adding an entry to a TEXT_SET (or is it DATA_SET) list. thus a new module can be added to the kernel without editing any other files other than the 'files' file.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508280919.CAA15088>