David Greenman
66ecebed58
Fixed multiple bogons with the map entry handling.
1994-12-18 13:58:41 +00:00
David Greenman
053bbc788c
Fixed bug where statically allocated map entries might be freed to the
...
malloc pool...causing a panic.
Submitted by: John Dyson
1994-12-18 10:28:40 +00:00
David Greenman
8d6e8ede62
Protect kmem_map modifications with splhigh() to work around a problem with
...
the map being locked at interrupt time.
1994-12-15 22:47:11 +00:00
Poul-Henning Kamp
05f0fdd26a
Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.
...
Reviewed by: davidg
1994-10-09 01:52:19 +00:00
Garrett Wollman
f23b4c91c4
Fix up some sloppy coding practices:
...
- Delete redundant declarations.
- Add -Wredundant-declarations to Makefile.i386 so they don't come back.
- Delete sloppy COMMON-style declarations of uninitialized data in
header files.
- Add a few prototypes.
- Clean up warnings resulting from the above.
NB: ioconf.c will still generate a redundant-declaration warning, which
is unavoidable unless somebody volunteers to make `config' smarter.
1994-08-18 22:36:09 +00:00
David Greenman
d6a6c0f60c
Added some code that was accidently left out early in the 1.x -> 2.0 VM
...
system conversion.
Submitted by: John Dyson
1994-08-04 19:40:47 +00:00
David Greenman
3c4dd3568f
Added $Id$
1994-08-02 07:55:43 +00:00
Rodney W. Grimes
26f9a76710
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
...
Reviewed by: Rodney W. Grimes
Submitted by: John Dyson and David Greenman
1994-05-25 09:21:21 +00:00
Rodney W. Grimes
df8bae1de4
BSD 4.4 Lite Kernel Sources
1994-05-24 10:09:53 +00:00