Garrett Wollman
5c17ec631e
Quiet a couple of -Wunused warnings.
1996-07-09 16:51:18 +00:00
Gary Palmer
c23670e294
Clean up -Wunused warnings.
...
Reviewed by: bde
1996-06-12 05:11:41 +00:00
Poul-Henning Kamp
3ce93e4e80
Fix the same problem that davidg fixed in -stable some days ago and
...
restructure sysctl stuff a bit. KERN_PROC_PID now uses pfind().
1996-06-06 17:19:21 +00:00
David Greenman
cd73303c45
Fix a panic caused by (proc)->p_session being dereferenced for a process
...
that was exiting.
1996-05-30 01:21:50 +00:00
Bruce Evans
92ff4bb0e7
Declared pgrpdump() properly.
1996-04-07 16:16:05 +00:00
Jeffrey Hsu
b75356e1ac
From Lite2: proc LIST changes.
...
Reviewed by: david & bde
1996-03-11 06:05:03 +00:00
Peter Wemm
8735cebc64
fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wont
...
get the login names, and "ps -ax -O login" will return an empty column
under the login name.
1996-01-01 17:01:03 +00:00
Poul-Henning Kamp
87b6de2b76
A Major staticize sweep. Generates a couple of warnings that I'll deal
...
with later.
A number of unused vars removed.
A number of unused procs removed or #ifdefed.
1995-12-14 08:32:45 +00:00
David Greenman
efeaf95a41
Untangled the vm.h include file spaghetti.
1995-12-07 12:48:31 +00:00
Bruce Evans
98d938220c
Completed function declarations and/or added prototypes.
1995-12-02 18:58:56 +00:00
Poul-Henning Kamp
972f9b209d
Hmm, I seem to have got all my patches screwed up anyway. Too bad.
...
this is where the proctable stuff went.
1995-11-14 09:16:27 +00:00
Rodney W. Grimes
9b2e535452
Remove trailing whitespace.
1995-05-30 08:16:23 +00:00
Poul-Henning Kamp
d93f860c60
Cosmetics. related to getting prototypes into view.
1994-10-10 01:00:49 +00:00
David Greenman
35c10d2239
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
David Greenman
7216391e49
"idle priority" support. Based on code from Henrik Vestergaard Draboel,
...
but substantially rewritten by me.
1994-10-02 04:48:21 +00:00
Poul-Henning Kamp
bb56ec4a05
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
David Greenman
e8fb0b2c17
Realtime priority scheduling support.
...
Submitted by: Henrik Vestergaard Draboel
1994-09-01 05:12:53 +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
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