freebsd-dev/sys
gibbs 666095b0dc cam_periph.c:
Move handling of CAM_AUTOSENSE_FAIL into block dealing with
	all other scsi status errors.

cam_queue.c:
cam_queue.h:
	Fix 'off by one' heap bug in a more efficient manner.  Since
	heap algorithms like to deal with indexes started from 1,
	offset our heap array pointer at allocation time to make this
	so for a C environment.  This makes the implementation of the
	algorithm a bit more efficient.

cam_xpt.c:
	Use macros for accessing the head of the heap so that code
	is isolated from implementation details of the heap.
1999-04-19 21:26:08 +00:00
..
alpha unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00
amd64 _pmap_unwire_pte_hold and pmap_remove_page: 1999-04-19 18:45:21 +00:00
boot Sync with sys/boot/i386/loader/Makefile revision 1.32. 1999-04-19 11:02:19 +00:00
cam cam_periph.c: 1999-04-19 21:26:08 +00:00
coda
compat unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00
compile
conf Zap LKM option and support. Farewell old friend. 1999-04-19 14:19:52 +00:00
contrib Need to include /contrib/dev/oltr/... not dev/oltr/... 1999-03-10 17:45:26 +00:00
ddb Fixed -Wcast-qual warnings. 1999-02-12 12:44:19 +00:00
dev 1) Add Rockfire vendor and gamepad product (MAEKAWA Masahide) 1999-04-19 20:25:18 +00:00
fs Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
geom Fixed variable overflow problem. 1999-03-11 18:50:39 +00:00
gnu Remove unused function int fi() {return 0;} 1999-04-11 03:47:24 +00:00
i4b I missed this PnP change for new-bus.. 1999-04-18 06:13:33 +00:00
i386 Always reset the isa hints after releasing the resources after probe, 1999-04-19 20:31:53 +00:00
isa Make the bt isa driver work.. 1999-04-18 19:08:28 +00:00
isofs/cd9660 Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
kern GC some stray debugging printf()s... 1999-04-19 19:39:08 +00:00
libkern
miscfs Catch a case spotted by Tor where files mmapped could leave garbage in the 1999-04-05 19:38:30 +00:00
modules Kill joy for the time being, it used lkm unconditionally, breaking world. 1999-04-19 20:36:06 +00:00
msdosfs Back out half of 1.32: don't print a message on every failed mount attempt. 1999-03-28 23:00:33 +00:00
net Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
netatalk
netatm
netinet Zap LKM option and support. Farewell old friend. 1999-04-19 14:19:52 +00:00
netipx Remove incorrect initialization. 1999-04-11 02:50:15 +00:00
netkey
netnatm
netns
nfs Close a potential mbuf and/or mbuf cluster leak in the client-side NFS 1999-04-10 18:53:29 +00:00
nfsclient Close a potential mbuf and/or mbuf cluster leak in the client-side NFS 1999-04-10 18:53:29 +00:00
nfsserver Untangle the nfs send and receive queue locking a little. One lock 1999-02-25 00:03:51 +00:00
ntfs Removed DIAGNOSTIC opion redefinition. 1999-04-13 14:54:20 +00:00
pc98 Fixed missing changes for new-bus (return value of the probe routine). 1999-04-19 16:10:40 +00:00
pccard Well folks, this is it - The second stage of the removal for build support 1999-04-17 08:36:07 +00:00
pci Add entries for Intel 82443GX chipset. 1999-04-18 18:44:21 +00:00
posix4 Well folks, this is it - The second stage of the removal for build support 1999-04-17 08:36:07 +00:00
powerpc unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00
rpc
svr4 Well folks, this is it - The second stage of the removal for build support 1999-04-17 08:36:07 +00:00
sys Zap LKM option and support. Farewell old friend. 1999-04-19 14:19:52 +00:00
tools Declare static __inline functions as __inline in their forward 1999-02-28 11:30:00 +00:00
ufs Correct typo in panic message 1999-04-11 02:28:32 +00:00
vm unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00
Makefile