Source-Changes-HG archive

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

[src/trunk]: src/sys/conf - add kern_allocsys.c



details:   https://anonhg.NetBSD.org/src/rev/d383e88c5a98
branches:  trunk
changeset: 473098:d383e88c5a98
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu May 20 06:01:16 1999 +0000

description:
- add kern_allocsys.c
- move a comment around

diffstat:

 sys/conf/files |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 7daafcd8e0d6 -r d383e88c5a98 sys/conf/files
--- a/sys/conf/files    Thu May 20 05:59:52 1999 +0000
+++ b/sys/conf/files    Thu May 20 06:01:16 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.288 1999/05/06 15:31:42 christos Exp $
+#      $NetBSD: files,v 1.289 1999/05/20 06:01:16 lukem Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -98,10 +98,12 @@
 defopt QUOTA
 defopt opt_ffs.h       FFS_EI LIFFS
 
-# Not entirely MI, but present on multiple arch's
 # buffer cache size options
 defopt opt_bufcache.h  BUFCACHE BUFPAGES
 
+
+# Not entirely MI, but present on multiple arch's
+
 # PC-style MBR handling
 defopt opt_mbr.h       COMPAT_386BSD_MBRPART BIOS_VERBOSE
 
@@ -535,6 +537,7 @@
 file kern/init_main.c
 file kern/init_sysent.c
 file kern/kern_acct.c
+file kern/kern_allocsys.c
 file kern/kern_clock.c
 file kern/kern_descrip.c
 file kern/kern_exec.c



Home | Main Index | Thread Index | Old Index