summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Also allow non-rot processes to setproctitle()phk2000-02-081-2/+2
* Add a sysctl to control if argv is disclosed to the world:phk1999-11-261-1/+1
* Introduce the new functionphk1999-11-211-1/+1
* Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it'speter1999-11-171-1/+3
* Introduce commandline caching in the kernel.phk1999-11-161-1/+55
* Commit the remaining part of PR14914:phk1999-11-161-20/+17
* Remove a KASSERT() that has fulfilled its purpose. Note that it didgreen1999-10-241-1/+0
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-091-2/+42
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Run queue heads have moved to TAILQ's.peter1999-08-191-5/+1
* Reverse the sense of a test, dev2udev() will be much cheaper thanphk1999-07-171-3/+3
* Use NOUDEV for udev_t'sphk1999-05-171-2/+2
* Change the definition of e_tdev in struct kinfo_proc from dev_t to udev_tdfr1999-05-171-2/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+3
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-3/+5
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-2/+2
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+6
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-18/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Enable Linux threads support by default.julian1999-01-261-3/+1
* Re-enable the options in ps(1) that were disabled with the Linuxjulian1999-01-131-1/+6
* KNFize, by bde.eivind1999-01-101-5/+6
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-15/+9
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-111-2/+2
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-1/+9
* If the session leader dies, s_leader is set to NULL and getsid() maytruckman1998-11-091-1/+2
* Fixed printf format errors.bde1998-07-111-6/+9
* Staticized.bde1998-02-201-3/+3
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Return the vm_map in the eproc structure, so we can support more accuratedyson1998-02-021-1/+2
* VM level code cleanups.dyson1998-01-221-1/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+5
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Removed unused #includes.bde1997-08-021-10/+1
* Fill in some extra fields in the eproc structure. gdb uses this informationtegge1997-06-271-1/+5
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-141-8/+7
* Quiet a couple of -Wunused warnings.wollman1996-07-091-1/+3
* Clean up -Wunused warnings.gpalmer1996-06-121-3/+3
* Fix the same problem that davidg fixed in -stable some days ago andphk1996-06-061-62/+115
* Fix a panic caused by (proc)->p_session being dereferenced for a processdg1996-05-301-8/+10
* Declared pgrpdump() properly.bde1996-04-071-1/+3
* From Lite2: proc LIST changes.hsu1996-03-111-101/+66
* fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wontpeter1996-01-011-1/+3
OpenPOWER on IntegriCloud