Date: Sat, 24 Dec 1994 05:30:02 -0800 From: The Source Master <srcmastr@NetBSD.ORG> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Message-ID: <199412241330.FAA01339@sun-lamp.cs.berkeley.edu>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199412241330.FAA01339>