summaryrefslogtreecommitdiff
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Staticized.Bruce Evans1998-02-201-3/+3
* Staticize.Eivind Eklund1998-02-091-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Return the vm_map in the eproc structure, so we can support more accurateJohn Dyson1998-02-021-1/+2
* VM level code cleanups.John Dyson1998-01-221-1/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+5
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-10/+1
* Fill in some extra fields in the eproc structure. gdb uses this informationTor Egge1997-06-271-1/+5
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Attached simple external ddb commands `show rtc', `show pgrpdump'Bruce Evans1996-09-141-8/+7
* Quiet a couple of -Wunused warnings.Garrett Wollman1996-07-091-1/+3
* Clean up -Wunused warnings.Gary Palmer1996-06-121-3/+3
* Fix the same problem that davidg fixed in -stable some days ago andPoul-Henning Kamp1996-06-061-62/+115
* Fix a panic caused by (proc)->p_session being dereferenced for a processDavid Greenman1996-05-301-8/+10
* Declared pgrpdump() properly.Bruce Evans1996-04-071-1/+3
* From Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-101/+66
* fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wontPeter Wemm1996-01-011-1/+3
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-5/+5
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-2/+8
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-3/+3
* Hmm, I seem to have got all my patches screwed up anyway. Too bad.Poul-Henning Kamp1995-11-141-1/+146
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Cosmetics. related to getting prototypes into view.Poul-Henning Kamp1994-10-101-2/+1
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-2/+1
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,David Greenman1994-10-021-1/+2
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-3/+4
* Realtime priority scheduling support.David Greenman1994-09-011-1/+4
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-1/+4
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+9
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+401