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
/
lib
/
libkvm
/
kvm_proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kern.ps_arg_max_cache is a long, not an int. I believe this is half of
peter
2001-11-08
1
-1
/
+1
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-2
/
+0
*
Implement __FBSDID()
dillon
2001-09-16
1
-0
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-15
/
+16
*
Make ps -M corefile work again. This has been broken for quite some time.
peter
2001-08-24
1
-6
/
+11
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-7
/
+5
*
Avoid dividing by zero if kd->procbase->ki_structsize is uninitalised.
dwmalone
2001-05-03
1
-1
/
+1
*
Don't give a warning about "proc size mismatch" if no struct were
dwmalone
2001-05-01
1
-1
/
+2
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+2
*
Catch up to new priority interface.
jake
2001-02-12
1
-4
/
+1
*
Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.
jhb
2001-01-24
1
-1
/
+2
*
Revert rev. 1.27. This file only included <sys/select.h> because of
wollman
2001-01-20
1
-3
/
+0
*
Use macro API to <sys/queue.h>
ben
2000-12-30
1
-1
/
+1
*
Change the proc information returned from the kernel so that it
mckusick
2000-12-12
1
-73
/
+159
*
Good, fixing the header showed incorrect usage of it! #define _KERNEL
green
2000-08-06
1
-0
/
+3
*
-Wall, which caught a real bug where buflen wasn't being set properly.
obrien
2000-03-27
1
-8
/
+9
*
Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling
peter
1999-12-27
1
-1
/
+6
*
Introduce commandline caching in the kernel.
phk
1999-11-16
1
-0
/
+48
*
Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This
bde
1998-12-16
1
-17
/
+12
*
Avoid the "Cannot allocate memory" problem that appears on heavily
des
1998-10-12
1
-4
/
+10
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
1
-1
/
+3
*
The length argument to sysctl is now size_t.
dfr
1998-08-25
1
-2
/
+4
*
Allow /dev/null as path for the "/dev/mem" file, and assume that people
phk
1998-06-30
1
-20
/
+24
*
Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. All
bde
1998-01-16
1
-9
/
+14
*
Fill in parent process id when reading process information from a
tegge
1997-06-25
1
-0
/
+12
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-3
/
+7
*
Pass correct length OID to kernel for KERN_PROC_ALL.
phk
1996-06-06
1
-2
/
+2
*
NBPG -> PAGE_SIZE
phk
1996-05-02
1
-8
/
+8
*
From Lite2: proc and file LIST changes
hsu
1996-03-11
1
-1
/
+1
*
If the two recently added sysctl variables exist, use those rather than
peter
1996-02-24
1
-2
/
+17
*
Extract the login name when doing a ps on a dead kernel.
peter
1996-01-01
1
-0
/
+2
*
Cosmetic cleanup and documentation of kvm_argv.. Hopefully the flow of
peter
1995-12-16
1
-6
/
+65
*
Updates to read the extra indirection in ps_strings. Note that any
peter
1995-12-09
1
-35
/
+52
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-12
/
+12
*
Cast the offset of one call to lseek() to off_t, as it's already done
joerg
1995-03-19
1
-1
/
+1
*
Remove some unused variables and fix two blatant core dump triggers.
phk
1995-02-24
1
-3
/
+1
*
Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops.
dg
1994-11-02
1
-1
/
+1
*
Added spare space on the usr stack. Used in ibcs2 emulation.
sos
1994-10-09
1
-2
/
+2
*
Made kvm routines use procfs to get out process data such as argument
dg
1994-08-11
1
-129
/
+33
*
Fix kvm_i386.c just enough to make it compile and return lots of errors
rgrimes
1994-05-28
1
-0
/
+6
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+705