NetBSD/sys
cgd 90688fce27 Change the second and third args to struct vfsops' (*vfs_mount)() to
'const char *', and 'void *', respectively.  The second arg is taken directly
from user arguments, and is const there, so must be const in the prototypes
and functions.  The third arg is also taken directly from user arguments.
It doesn't have to be changed, but since it's cleaner to keep the type
the same as the user arg's type, and I'm already making the 'const char *'
change...
1996-12-22 10:10:12 +00:00
..
adosfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
arch if __lint__ is defined, #define __builtin_saveregs() and 1996-12-22 08:57:23 +00:00
compat Fix pasto. 1996-12-10 08:54:53 +00:00
conf Back out previous change, which was: 1996-12-06 20:03:24 +00:00
ddb Make this compile with -Wcast-qual 1996-10-28 08:42:13 +00:00
dev Deal with targets > 7 on wide Buslogic controllers. Remember the "wide" 1996-12-20 21:35:10 +00:00
ipkdb Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
isofs/cd9660 Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
kern update for new syscalls.master 1996-12-22 08:05:47 +00:00
lib Move _MCOUNT_DECL prototype back here again (grmbl). 1996-12-07 12:58:25 +00:00
lkm Update TODO list for lkm stuff 1996-11-05 02:34:24 +00:00
miscfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
msdosfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
net remove pfil_bad. 1996-12-20 08:40:46 +00:00
netccitt backout previous kprintf change 1996-10-13 02:10:01 +00:00
netinet always reassign ip after calling function. 1996-12-20 09:08:16 +00:00
netiso Cast the printf("%ld", sizeof) in eoniphdr to long. 1996-11-23 21:13:18 +00:00
netnatm netbsd pr#2918 (jukka.partanen@research.nokia.com): 1996-11-09 03:26:25 +00:00
netns backout previous kprintf change 1996-10-13 01:59:55 +00:00
nfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
scsi Make sure to initialize the memory we just allocated. 1996-12-14 10:50:32 +00:00
stand backout previous kprintf change 1996-10-12 22:14:10 +00:00
sys Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
ufs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
vm Fix an inconsistency that came in with Lite: setrq() was renamed to 1996-11-06 20:19:19 +00:00
Makefile netbsd pr#2918 (jukka.partanen@research.nokia.com): 1996-11-09 03:26:25 +00:00