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
*
Fix a bug where the mutex name wasn't always displayed for processes in
jhb
2002-01-05
1
-1
/
+1
*
As a followup to the previous fixes to inferior, revert some of the
jhb
2001-11-13
1
-6
/
+3
*
Clean up breakage in inferior() I introduced in 1.92 of kern_proc.c:
jhb
2001-11-12
1
-9
/
+7
*
- Combine kern.ps_showallprocs and kern.ipc.showallsockets into
rwatson
2001-10-09
1
-4
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-15
/
+89
*
Add on UPAGES to ki_rssize since it is there as result of the process
peter
2001-09-10
1
-0
/
+2
*
Fix part of another problem that bde pointed out. This is different
peter
2001-08-16
1
-2
/
+3
*
Remove redundant null-termination. The buffer is already explicitly
peter
2001-08-16
1
-8
/
+1
*
Use the backwards compatability mechanisms so that ps/top etc dont have
peter
2001-08-16
1
-9
/
+15
*
o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().
rwatson
2001-07-05
1
-4
/
+4
*
Fix some lock order reversals where we called free() while holding a proc
jhb
2001-06-20
1
-2
/
+3
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-9
/
+9
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-4
/
+6
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-16
/
+42
*
Convert the allproc and proctree locks from lockmgr locks to sx locks.
jhb
2001-03-28
1
-15
/
+16
*
Don't leak the memory we've just malloced if we can't find the
dwmalone
2001-03-27
1
-2
/
+2
*
Bitch more loudly when someone botches changes to kinfo_proc
mckusick
2001-03-07
1
-3
/
+12
*
Proc locking including using proc lock in place of proctree where
jhb
2001-03-07
1
-10
/
+27
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
1
-0
/
+4
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-4
/
+1
*
Work around some sizeof(long) != sizeof(int) bogons.
jhb
2001-02-09
1
-2
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.
jhb
2001-01-24
1
-0
/
+1
*
- Proc locking.
jhb
2001-01-24
1
-31
/
+36
*
- Use sched_lock to prevent the mutex name from changing out from under us
jhb
2001-01-13
1
-3
/
+5
*
Protect proc.p_pptr and proc.p_children/p_sibling with the
jake
2000-12-23
1
-3
/
+14
*
- Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead
jake
2000-12-13
1
-8
/
+9
*
Change the proc information returned from the kernel so that it
mckusick
2000-12-12
1
-47
/
+105
*
Save a copy of p_mtxname in e_mtxname when creating an eproc.
jhb
2000-11-29
1
-0
/
+4
*
Protect the following with a lockmgr lock:
jake
2000-11-22
1
-3
/
+12
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-0
/
+1
*
Remove uidinfo hash table lookup and maintenance out of chgproccnt() and
truckman
2000-09-05
1
-136
/
+1
*
Casts are needed to subtract u_longs.
green
2000-08-31
1
-1
/
+1
*
o Centralize inter-process access control, introducing:
rwatson
2000-08-30
1
-6
/
+6
*
Remove any possibility of hiwat-related race conditions by changing
green
2000-08-29
1
-4
/
+12
*
Add a sysctl which hides all process except those that belong to
ps
2000-08-23
1
-0
/
+9
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-2
/
+2
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-2
/
+2
*
Fix typo (inT -> int)
dima
2000-06-23
1
-1
/
+1
*
fix races in the uidinfo subsystem, several problems existed:
alfred
2000-06-22
1
-54
/
+92
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
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
[next]