HardenedBSD/sys
David Greenman 901ba606c5 Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().
This is part of a bug fix from Kirk McKusick to work around problems in FFS
related to the blkno of a 64bit offset not fitting into an int. Note the
proper solution would be to deal with 64bit block numbers, but doing this
would require sweeping changes; some other day perhaps.

Submitted by:	Marshall Kirk McKusick
1994-10-22 02:27:35 +00:00
..
alpha/include Added more SCO compat ioctl's. 1994-10-17 22:12:06 +00:00
amd64 Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). 1994-10-21 01:18:38 +00:00
compile
conf LINT: vastly restructured so that it's actually useful for something 1994-10-21 01:10:54 +00:00
ddb Avoid ddb getting a panic if the code-segment isn't the usual one... 1994-10-02 19:36:30 +00:00
dev Checking for timeout at several critical calls to ``out_fdc()'' now, 1994-10-21 16:58:50 +00:00
fs Fixed bug I just introduced that would have allowed a user to clobber 1994-10-18 04:40:41 +00:00
gnu POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c, 1994-10-08 06:57:29 +00:00
i386 The wdprobe was too picky. 1994-10-22 01:57:12 +00:00
isa Checking for timeout at several critical calls to ``out_fdc()'' now, 1994-10-21 16:58:50 +00:00
isofs/cd9660 Use tsleep() rather than sleep so that 'ps' is more informative about 1994-10-06 21:07:04 +00:00
kern Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). 1994-10-21 01:19:28 +00:00
libkern Use new-style declarations for min/max functions so that 1994-09-18 23:04:25 +00:00
miscfs Fixed bug I just introduced that would have allowed a user to clobber 1994-10-18 04:40:41 +00:00
modules Added socksys module 1994-10-16 20:39:52 +00:00
msdosfs Cosmetics. Silence gcc -Wall 1994-10-10 07:57:33 +00:00
net moved a message into a #ifdef DEBUG. This message comes out if a kernel 1994-10-15 21:33:17 +00:00
netccitt
netinet Bug fixes from John Brezak. 1994-10-21 02:38:29 +00:00
netiso
netns
nfs This is a bunch of changes from NetBSD. There are a couple of bug-fixes. 1994-10-17 17:47:45 +00:00
nfsclient This is a bunch of changes from NetBSD. There are a couple of bug-fixes. 1994-10-17 17:47:45 +00:00
nfsserver This is a bunch of changes from NetBSD. There are a couple of bug-fixes. 1994-10-17 17:47:45 +00:00
pci #ifdef'ed the verbose probe messages. Only until I find a good way of 1994-10-17 21:11:31 +00:00
powerpc/include
rpc
scsi Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). 1994-10-21 01:19:28 +00:00
sys Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). 1994-10-21 01:19:28 +00:00
tools
ufs Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate(). 1994-10-22 02:27:35 +00:00
vm Various changes to allow operation without any swapspace configured. Note 1994-10-22 02:18:03 +00:00
Makefile