index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Also allow non-rot processes to setproctitle()
phk
2000-02-08
1
-2
/
+2
*
Add a sysctl to control if argv is disclosed to the world:
phk
1999-11-26
1
-1
/
+1
*
Introduce the new function
phk
1999-11-21
1
-1
/
+1
*
Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it's
peter
1999-11-17
1
-1
/
+3
*
Introduce commandline caching in the kernel.
phk
1999-11-16
1
-1
/
+55
*
Commit the remaining part of PR14914:
phk
1999-11-16
1
-20
/
+17
*
Remove a KASSERT() that has fulfilled its purpose. Note that it did
green
1999-10-24
1
-1
/
+0
*
Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total
green
1999-10-09
1
-2
/
+42
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Run queue heads have moved to TAILQ's.
peter
1999-08-19
1
-5
/
+1
*
Reverse the sense of a test, dev2udev() will be much cheaper than
phk
1999-07-17
1
-3
/
+3
*
Use NOUDEV for udev_t's
phk
1999-05-17
1
-2
/
+2
*
Change the definition of e_tdev in struct kinfo_proc from dev_t to udev_t
dfr
1999-05-17
1
-2
/
+2
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+3
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-3
/
+5
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
1
-2
/
+2
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-1
/
+6
*
Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This
luoqi
1999-02-19
1
-18
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Enable Linux threads support by default.
julian
1999-01-26
1
-3
/
+1
*
Re-enable the options in ps(1) that were disabled with the Linux
julian
1999-01-13
1
-1
/
+6
*
KNFize, by bde.
eivind
1999-01-10
1
-5
/
+6
*
Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as
eivind
1999-01-08
1
-15
/
+9
*
I got another batch of suggestions for cosmetic changes from bde.
truckman
1998-11-11
1
-2
/
+2
*
Installed the second patch attached to kern/7899 with some changes suggested
truckman
1998-11-11
1
-1
/
+9
*
If the session leader dies, s_leader is set to NULL and getsid() may
truckman
1998-11-09
1
-1
/
+2
*
Fixed printf format errors.
bde
1998-07-11
1
-6
/
+9
*
Staticized.
bde
1998-02-20
1
-3
/
+3
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Return the vm_map in the eproc structure, so we can support more accurate
dyson
1998-02-02
1
-1
/
+2
*
VM level code cleanups.
dyson
1998-01-22
1
-1
/
+4
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+5
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-10
/
+1
*
Fill in some extra fields in the eproc structure. gdb uses this information
tegge
1997-06-27
1
-1
/
+5
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Attached simple external ddb commands `show rtc', `show pgrpdump'
bde
1996-09-14
1
-8
/
+7
*
Quiet a couple of -Wunused warnings.
wollman
1996-07-09
1
-1
/
+3
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-3
/
+3
*
Fix the same problem that davidg fixed in -stable some days ago and
phk
1996-06-06
1
-62
/
+115
*
Fix a panic caused by (proc)->p_session being dereferenced for a process
dg
1996-05-30
1
-8
/
+10
*
Declared pgrpdump() properly.
bde
1996-04-07
1
-1
/
+3
*
From Lite2: proc LIST changes.
hsu
1996-03-11
1
-101
/
+66
*
fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wont
peter
1996-01-01
1
-1
/
+3
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-5
/
+5
[next]