freebsd-dev/sys
KATO Takenori 3ae6029808 - Move SETKLOC and CLEARKLOCK macros into uion.h.
- Set UN_ULOCK in union_lock() when UN_KLOCK is set.  Caller expects
  that vnode is locked correctly, and may call another function which
  expects locked vnode and may unlock the vnode.
- Do not assume the behavior of inside functions in FreeBSD's
  vfs_suber.c is same as 4.4BSD-Lite2.  Vnode may be locked in
  vget() even though flag is zero.  (Locked vnode is, of course,
  unlocked before returning from vget.)
1998-01-20 10:02:54 +00:00
..
alpha Suggested by: bde 1998-01-20 09:09:24 +00:00
amd64 Suggested by: bde 1998-01-20 09:09:24 +00:00
compat sigh....forgot to update the DEBUG printf 1998-01-05 01:17:42 +00:00
compile
conf Sync with sys/i386/conf/files.i386 revision 1.186. 1998-01-18 15:09:34 +00:00
ddb Some fixes from John Hood: 1997-12-05 05:36:58 +00:00
dev - Add binary compatibility support for obsolete console/mouse ioctls 1998-01-20 03:37:27 +00:00
fs - Move SETKLOC and CLEARKLOCK macros into uion.h. 1998-01-20 10:02:54 +00:00
geom
gnu update the AWE32 wave table driver to Iwai's 0.4.2c version. This also 1998-01-08 23:13:22 +00:00
i386 Suggested by: bde 1998-01-20 09:09:24 +00:00
isa - Add binary compatibility support for obsolete console/mouse ioctls 1998-01-20 03:37:27 +00:00
isofs/cd9660 Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
kern Set p_retval for the correct process in getpriority(). This fixes 1998-01-19 12:39:00 +00:00
libkern Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
miscfs - Move SETKLOC and CLEARKLOCK macros into uion.h. 1998-01-20 10:02:54 +00:00
modules Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This is 1998-01-16 17:58:55 +00:00
msdosfs Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
net Add a macro to accurately calculate the length of a struct ifreq when 1998-01-13 02:56:21 +00:00
netatalk Make INET a proper option. 1998-01-08 23:42:31 +00:00
netinet Fixed a missing #include in the synopsis. 1998-01-16 13:02:58 +00:00
netipx Make INET a proper option. 1998-01-08 23:42:31 +00:00
netkey
netnatm Fixed a sloppy common-style declaration. 1997-12-20 00:13:51 +00:00
netns Make INET a proper option. 1998-01-08 23:42:31 +00:00
nfs Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct). 1998-01-18 18:46:20 +00:00
nfsclient Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct). 1998-01-18 18:46:20 +00:00
nfsserver Lots of improvements, including restructring the caching and management 1997-12-29 00:25:11 +00:00
pc98 Sync with sys/i386/isa/wd.c revision 1.147. 1998-01-18 15:10:03 +00:00
pccard Specify the minor number correctly when creating devfs entries. 1998-01-02 13:35:06 +00:00
pci Include pc98.h instead of isa.h when PC98 is defined. 1998-01-14 08:13:32 +00:00
powerpc/include
rpc
scsi the pt driver should make one DEVFS entry for each one found rather than 1998-01-06 08:28:46 +00:00
sys Tie up some loose ends in vnode/object management. Remove an unneeded 1998-01-17 09:17:02 +00:00
tools Use __inline instead of inline to prevent pedantic compiler warnings. 1997-12-19 23:25:16 +00:00
ufs Tie up some loose ends in vnode/object management. Remove an unneeded 1998-01-17 09:17:02 +00:00
vm Tie up some loose ends in vnode/object management. Remove an unneeded 1998-01-17 09:17:02 +00:00
Makefile