From owner-source-changes@NetBSD.ORG Sat Dec 24 13:38:23 1994 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id NAA28690; Sat, 24 Dec 1994 13:38:22 GMT Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id HAA04856 for source-changes-outgoing; Sat, 24 Dec 1994 07:24:10 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id HAA04851 for ; Sat, 24 Dec 1994 07:24:05 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id FAA01339 for source-changes; Sat, 24 Dec 1994 05:30:02 -0800 Date: Sat, 24 Dec 1994 05:30:02 -0800 From: The Source Master Message-Id: <199412241330.FAA01339@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG 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.