FreeBSD src
Go to file
David Greenman e206cebf59 Change v_usecount & v_writecount from a short to an int. As shorts they
can and will overflow on large machines - especially on machines with
filesystems with lots of files (like netnews servers), and the result
is a "free vnode isn't" panic or worse.
This fixes one of the causes of these panics that I've been experiancing on
wcarchive.
1996-03-29 06:39:39 +00:00
bin Fix 'stutter' in manpage. 1996-03-12 05:30:39 +00:00
eBones Big clean-up job. Remove ancient and never-to-be used stuff. 1996-03-11 16:17:58 +00:00
etc Add /usr/share/examples/perfmon. 1996-03-28 21:17:42 +00:00
games add missing include files 1996-03-13 23:38:21 +00:00
gnu f2c's -krd does not work with f77 wrapper 1996-03-27 07:46:04 +00:00
include Slightly simplify inlined functions 1996-03-25 13:46:21 +00:00
lib Back out one of my previous changes: don't clear PARODD, 1996-03-28 13:33:18 +00:00
libexec Here is a patch to talkd which makes it send the request to the tty with 1996-03-24 09:27:20 +00:00
lkm Add in qcam module (forgot) 1996-03-24 00:30:38 +00:00
release Rename the usage of private' to private_data' to cope with the 1996-03-24 18:57:37 +00:00
sbin Fixed a type to match Lite2's fixed-width type changes. 1996-03-19 14:41:05 +00:00
secure Comment out the NOPROFILE=yes to make this orthogonal with the rest of our 1996-03-17 15:43:32 +00:00
share A sample program for /dev/perfmon 1996-03-28 21:20:22 +00:00
sys Change v_usecount & v_writecount from a short to an int. As shorts they 1996-03-29 06:39:39 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Make sure there is a linefeed at the end of generated HTML files. 1996-03-26 13:26:53 +00:00
usr.sbin Add bootparams.5. 1996-03-28 20:49:31 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Re-instate the bootstrap target which can be used to build tools 1996-03-24 13:16:45 +00:00