NetBSD/sys
gwr 1a22be7490 Enable interrupts before autoconfig.
The reasons to do it later no longer exist.
1995-03-26 19:32:31 +00:00
..
adosfs copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
arch Enable interrupts before autoconfig. 1995-03-26 19:32:31 +00:00
compat invoke ktrsyscall with (vp, code, argsize, args) as args. 1995-03-26 08:03:29 +00:00
conf don't do things that should only be necessary for 'real' clists. 1995-03-08 00:54:44 +00:00
ddb Leave db_recover as it was on entry to avoid endless "exception in ddb"... 1994-12-02 06:07:37 +00:00
dev Remove the write protect check altogether, and rely on the drive to do it. 1995-03-25 19:45:18 +00:00
isofs/cd9660 copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
kern don't default return types to ints; specify them. 1995-03-26 07:48:47 +00:00
lib remove references to arptnew. fix spelling error 1995-03-06 19:06:05 +00:00
miscfs Add missing arguments to VOP_CLOSE() in some cases. From Frank van der 1995-03-11 06:14:28 +00:00
msdosfs Use the correct block number for updating the backup copy of the FAT when 1995-03-19 20:52:36 +00:00
net Fix panic when an interface in promiscuous mode goes down and the BPF user 1995-03-22 16:08:32 +00:00
netccitt cast pointers correctly, ioctl cmds are u_longs. 1995-03-08 02:13:59 +00:00
netinet Default linger time was 120 clock ticks instead of the intended 1995-03-21 07:48:14 +00:00
netiso cast pointers correctly, ioctl cmds are u_longs, most int \!= long 1995-03-08 02:16:07 +00:00
netns cast pointers correctly, ioctl cmds are u_longs, most int != long type bogons 1995-03-08 02:14:50 +00:00
nfs Initialize fields in the RPC data where we were sending garbage. 1995-03-18 05:56:32 +00:00
scsi Remove the write protect check altogether, and rely on the drive to do it. 1995-03-25 19:45:18 +00:00
stand New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
sys syscall tracing: store code and argsize, as ints; update comments. 1995-03-26 07:47:39 +00:00
ufs explicitly cast &time to (struct timeval *) when passing it to VOP_UPDATE. 1995-03-24 15:33:23 +00:00
vm Make memory map syscalls consistently use size_t. 1995-03-09 17:28:28 +00:00
Makefile take three 1994-06-29 06:19:16 +00:00