freebsd-skq/sys
Bruce Evans 3de9d6fbe4 Don't restrict our requests for contiguous memory to addresses >= 1MB.
This fixes, at least, panics in ncr_attach() on i386's with about 5MB
of memory.  The restriction was a hack to leave some low memory for ISA
DMA, but on i386's we now allocate pages from the top down, so all the
restriction did was cause our allocations to fail when there is no free
memory above 1MB.
1999-08-29 09:03:58 +00:00
..
alpha Sort the easy part of this file. It should be all sorted. 1999-08-29 08:44:18 +00:00
amd64 We don't need to pass the diskname argument all over the diskslice/label 1999-08-28 14:33:44 +00:00
boot $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
cam We don't need to pass the diskname argument all over the diskslice/label 1999-08-28 14:33:44 +00:00
coda $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
compat Fix a missing '-1' in the size argument of copyout in getgroups. Spotted while 1999-08-29 08:52:38 +00:00
compile
conf Sort the easy part of this file. It should be all sorted. 1999-08-29 08:44:18 +00:00
contrib We don't need to pass the diskname argument all over the diskslice/label 1999-08-28 14:33:44 +00:00
ddb $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
dev Don't restrict our requests for contiguous memory to addresses >= 1MB. 1999-08-29 09:03:58 +00:00
fs Fix various trivial warnings from LINT 1999-08-28 19:44:07 +00:00
geom $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
gnu $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
i4b add MAINTAINER for the kernel part of i4b 1999-08-28 13:35:00 +00:00
i386 Fix a missing '-1' in the size argument of copyout in getgroups. Spotted while 1999-08-29 08:52:38 +00:00
isa Initialize dev->si_bsize*, the floppy driver doesn't use dsopen(). 1999-08-28 08:10:13 +00:00
isofs/cd9660 Fix various trivial warnings from LINT 1999-08-28 19:44:07 +00:00
kern Put a brief comment on a couple of #defines. 1999-08-28 19:21:36 +00:00
libkern $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
miscfs Fix various trivial warnings from LINT 1999-08-28 19:44:07 +00:00
modules Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines. 1999-08-28 09:04:21 +00:00
msdosfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
net $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
netatalk Change suser_xxx() to suser() where it applies. 1999-04-27 12:21:16 +00:00
netatm $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
netinet It is much easier to arp if you don't truncate your arp-reply's. 1999-08-28 14:57:12 +00:00
netipx Get rid of the old XNS checksum code and implement it the IPX way. 1999-08-28 18:21:55 +00:00
netkey Fix a printf(3) formatter to match its variable. 1999-08-17 22:11:02 +00:00
netnatm Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
netns $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfs remove unused variables. 1999-08-28 19:21:03 +00:00
nfsclient remove unused variables. 1999-08-28 19:21:03 +00:00
nfsserver remove unused variables. 1999-08-28 19:21:03 +00:00
ntfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pc98 Changed from dname into devtoname(bp->b_dev) in the function dsinit(). 1999-08-29 05:05:27 +00:00
pccard $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pci Don't restrict our requests for contiguous memory to addresses >= 1MB. 1999-08-29 09:03:58 +00:00
posix4 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
powerpc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
rpc $Id$ -> $FreeBSD$ 1999-08-27 23:45:13 +00:00
svr4 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sys #include <sys/queue.h> 1999-08-28 19:20:07 +00:00
tools $Id$ -> $FreeBSD$ (some mangled and/or hidden ones) 1999-08-28 02:21:15 +00:00
ufs remove unused variables. 1999-08-28 19:21:03 +00:00
vm $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00