Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 12/24/1994 05:30:02
cgd
Sat Dec 24 05:25:55 PST 1994
Update of /b/source/CVS/src/sys/kern
In directory sun-lamp.cs.berkeley.edu:/usr/src/sys/kern

Modified Files:
	kern_lkm.c 
Log Message:
define lkm_nofunc, to be used instead of nosys (blech!) for unused load,
unload, and stat functions.  arguably could (should?) use NULL instead,
but this is a bit more descriptive.  also, unconditionally call the
load/unload/stat functions, as now they're known to work (because, at
worst, they're lkm_nofunc).


cgd
Sat Dec 24 05:26:11 PST 1994
Update of /b/source/CVS/src/sys/sys
In directory sun-lamp.cs.berkeley.edu:/usr/src/sys/sys

Modified Files:
	lkm.h 
Log Message:
define lkm_nofunc, to be used instead of nosys (blech!) for unused load,
unload, and stat functions.  arguably could (should?) use NULL instead,
but this is a bit more descriptive.  also, unconditionally call the
load/unload/stat functions, as now they're known to work (because, at
worst, they're lkm_nofunc).


cgd
Sat Dec 24 05:26:49 PST 1994
Update of /b/source/CVS/src/share/lkm/misc/module
In directory sun-lamp.cs.berkeley.edu:/usr/src/share/lkm/misc/module

Modified Files:
	miscmod.c 
Log Message:
make these all work, with lkm_nofunc instead of nosys for load/unload/stat.

cgd
Sat Dec 24 05:26:53 PST 1994
Update of /b/source/CVS/src/share/lkm/syscall/module
In directory sun-lamp.cs.berkeley.edu:/usr/src/share/lkm/syscall/module

Modified Files:
	newsyscall.c 
Log Message:
make these all work, with lkm_nofunc instead of nosys for load/unload/stat.

cgd
Sat Dec 24 05:26:58 PST 1994
Update of /b/source/CVS/src/share/lkm/vfs/module
In directory sun-lamp.cs.berkeley.edu:/usr/src/share/lkm/vfs/module

Modified Files:
	kernfsmod.c 
Log Message:
make these all work, with lkm_nofunc instead of nosys for load/unload/stat.