NetBSD/sys
cgd c60b7587ab * catch up with system call argument type fixups/const poisoning.
* Fix arguments to various copyin()/copyout() invocations, to avoid
  gratuitous casts.
* Some KNF formatting fixes
* Change sockargs()'s second argument to be a const void *, to help
  with dealing with the syscall argument type fixups/const poisoning.
1996-12-22 10:16:54 +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
dev Deal with targets > 7 on wide Buslogic controllers. Remember the "wide" 1996-12-20 21:35:10 +00:00
ipkdb
isofs/cd9660 Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
kern * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:16:54 +00:00
lib Move _MCOUNT_DECL prototype back here again (grmbl). 1996-12-07 12:58:25 +00:00
lkm
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
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
netns
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
sys change sockargs()'s second argument to be a const void *. It used 1996-12-22 10:14:06 +00:00
ufs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
vm
Makefile