rgrimes
c86f0c7a71
Remove trailing whitespace.
1995-05-30 08:16:23 +00:00
bde
289f11acb4
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
...
(except in netccitt, netiso and netns) and most of the warnings from
`gcc -Wnested-externs'. Fix all the bugs found. There were no serious
ones.
1995-03-16 18:17:34 +00:00
dg
6e06858bb0
Fixed multiple bugs that cause null pointers to be followed or FREEed data
...
to be accessed if a process blocks when it is being run down.
1994-12-28 06:15:08 +00:00
phk
f4fb66c724
Fix the panic message if init dies to show the exit status.
1994-10-27 05:21:39 +00:00
sos
8819dfc094
Fixed bug in ibcs2 signal translation.
1994-10-11 20:42:01 +00:00
sos
5e2bc681b3
Changed option IBCS2 to COMPAT_IBCS2 (for lkm support)
1994-10-09 21:53:49 +00:00
dg
8ec51aef1b
Got rid of map.h. It's a leftover from the rmap code, and we use rlists.
...
Changed swapmap into swaplist.
1994-10-09 07:35:18 +00:00
phk
c3e4945541
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
...
GCC a lot more silent.
1994-10-02 17:35:40 +00:00
phk
f73f358983
While in the real world, I had a bad case of being swapped out for a lot of
...
cycles. While waiting there I added a lot of the extra ()'s I have, (I have
never used LISP to any extent). So I compiled the kernel with -Wall and
shut up a lot of "suggest you add ()'s", removed a bunch of unused var's
and added a couple of declarations here and there. Having a lap-top is
highly recommended. My kernel still runs, yell at me if you kernel breaks.
1994-09-25 19:34:02 +00:00
dg
59c7dfa7fe
Limit p_estcpu to UCHAR_MAX to keep it within reasonable bounds - else
...
it goes crazy (into the billions) during any lengthy build.
Submitted by: John Dyson, modified slightly by me.
1994-09-12 11:27:03 +00:00
sos
ecc424b57b
Changes preparing for iBCS support
...
Reviewed by:
Submitted by:
1994-08-24 11:52:21 +00:00
dg
9719140bdf
Process scheduling changes - adapted from FreeBSD 1.1.5. Basically,
...
charge scheduling CPU of child process to the parent and have child
inherit scheduling CPU from parent on fork. Makes a **big** difference
in the feel of the system to interactive users.
Submitted by: John Dyson
1994-08-06 07:15:04 +00:00
dg
8d205697aa
Added $Id$
1994-08-02 07:55:43 +00:00
rgrimes
2469c867a1
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
rgrimes
8fb65ce818
BSD 4.4 Lite Kernel Sources
1994-05-24 10:09:53 +00:00