freebsd-src/sys
Peter Wemm b3c6f3134f Preset the maximum file size before we get to nfs_fsinfo(), based on
an (over?) conservative assumption about what the client can store in it's
buffer cache using a signed 32-bit 512-byte block number index.  Otherwise
it's possible for some file access when maxfilesize = 0 (eg: /usr is nfs
mounted and doing an execve())
Pointed out by:	 bde

XXX It might make sense to do a preemptive nfs_fsinfo() call at mount time.
1998-06-01 10:01:31 +00:00
..
alpha
amd64 Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00
compat
compile
conf Add minimum driver for XC6200 based cards. Currently it knows about 1998-05-30 18:28:12 +00:00
contrib/softupdates A fix to a debug test from Kirk. 1998-05-27 03:32:23 +00:00
ddb Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. 1998-05-28 09:30:28 +00:00
dev Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into 1998-05-31 10:53:55 +00:00
fs Make flushing dirty pages work correctly on filesystems that 1998-05-21 07:47:58 +00:00
geom
gnu
i386 Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00
isa Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into 1998-05-31 10:53:55 +00:00
isofs/cd9660
kern Have the wakeup routine do the upcall if needed. 1998-05-31 18:38:43 +00:00
libkern
miscfs Make flushing dirty pages work correctly on filesystems that 1998-05-21 07:47:58 +00:00
modules Removed reference to obsolete file "README.iBCS2". 1998-05-19 03:31:34 +00:00
msdosfs Fix priority bug in previous commit. 1998-05-18 10:24:26 +00:00
net Backed out last fix and fixed my typo: 1998-05-21 00:33:16 +00:00
netatalk Remove stray debug message. 1998-05-24 03:25:24 +00:00
netinet Let the sowwakeup macro decide when to call sowakeup rather than have 1998-05-31 18:42:49 +00:00
netipx
netkey
netnatm
netns
nfs Preset the maximum file size before we get to nfs_fsinfo(), based on 1998-06-01 10:01:31 +00:00
nfsclient Preset the maximum file size before we get to nfs_fsinfo(), based on 1998-06-01 10:01:31 +00:00
nfsserver For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; 1998-05-31 20:09:01 +00:00
pc98 Sync with sys/i386/conf/majors.i386 revision 1.43. 1998-05-29 13:34:22 +00:00
pccard
pci Add a short delay in the read loop in tl_eeprom_getbyte(). On some 1998-05-31 16:59:39 +00:00
posix4 1. Add new defs for mins and maxs for the POSIX flavor priorities. They 1998-05-19 21:11:53 +00:00
powerpc/include Disallow reading the current kernel stack. Only the user structure and 1998-05-19 00:00:14 +00:00
rpc
scsi Add sctargattach that initializes the bufq data structure. 1998-06-01 03:44:56 +00:00
sys Have the sorwakeup and sowwakeup check the upcall flags. 1998-05-31 18:37:22 +00:00
tools
ufs A fix to a debug test from Kirk. 1998-05-27 03:32:23 +00:00
vm Support a 16K first level cache for 512K 2nd level. Also, add support 1998-05-24 04:25:27 +00:00
Makefile