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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pre-emptively fix a KSE/M3 problem.
julian
2002-02-07
1
-7
/
+14
*
Finish cleanup in kvm.c revisions 1.10 and 1.11 -- mark sf (swapfile)
ru
2002-01-22
2
-6
/
+4
*
Adapt to new kernel tsb structure.
jake
2001-12-29
1
-16
/
+9
*
s/processes/files/ inherited from kvm_getprocs(3).
ru
2001-11-24
1
-1
/
+1
*
Include sys/param.h instead of sys/types.h to get the definition of the
jhb
2001-11-20
1
-1
/
+1
*
o Cleanup of includes: user.h may be a catch-all, but that's not
rwatson
2001-11-19
1
-4
/
+3
*
#include <sys/user.h> rather than individually including a plethora
rwatson
2001-11-19
1
-4
/
+1
*
libkvm for sparc64. Only works for kernel memory so far.
jake
2001-11-18
1
-0
/
+157
*
kern.ps_arg_max_cache is a long, not an int. I believe this is half of
peter
2001-11-08
1
-1
/
+1
*
Implement va->pa translation for kernel virtual addresses. This is
dfr
2001-10-25
1
-30
/
+59
*
Partially port kvm to ia64 - virtual to physical translation is incomplete.
dfr
2001-10-23
1
-0
/
+167
*
Backed out "Compensate for header dethreading [mistakes]" mistakes in
bde
2001-10-13
1
-2
/
+0
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
7
-14
/
+0
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
8
-14
/
+14
*
Implement __FBSDID()
dillon
2001-09-16
9
-29
/
+26
*
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
*
Dynamically adjust to the value of KERNBASE in a crashdump, with
peter
2001-08-24
2
-4
/
+24
*
Mark some functions as __printflike() and/or taking const char * arguments
kris
2001-08-20
1
-2
/
+2
*
mdoc(7) police: s/BSD/.Bx/ where appropriate.
ru
2001-08-14
2
-4
/
+12
*
mdoc(7) police: fixed the "new sentence" bogons.
ru
2001-08-10
1
-1
/
+1
*
Remove whitespace at EOL.
dd
2001-07-15
5
-27
/
+27
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
3
-3
/
+0
*
Change this to support the new way swap device information is exported
tmm
2001-06-01
1
-77
/
+66
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-7
/
+5
*
Removed -I${.CURDIR}/.../sys from CFLAGS.
ru
2001-05-18
1
-1
/
+1
*
Avoid dividing by zero if kd->procbase->ki_structsize is uninitalised.
dwmalone
2001-05-03
1
-1
/
+1
*
Do the alpha dance for the change MarkM hath made on the i386 side.
mjacob
2001-05-02
1
-0
/
+2
*
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
7
-0
/
+14
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-1
/
+1
*
Find <libkvm.h> in the source tree. This helps standalone builds.
peter
2001-03-21
1
-1
/
+1
*
Adapt libkvm_getswapinfo() to make use of recently committed vm and swap
rwatson
2001-02-23
1
-60
/
+254
*
Catch up to new priority interface.
jake
2001-02-12
1
-4
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
3
-18
/
+44
*
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
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-1
/
+1
*
Use macro API to <sys/queue.h>
ben
2000-12-30
2
-4
/
+4
*
Change the proc information returned from the kernel so that it
mckusick
2000-12-12
2
-74
/
+160
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+2
*
remove unneded sys/ucred.h include
alfred
2000-11-30
1
-1
/
+0
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
4
-4
/
+0
*
Good, fixing the header showed incorrect usage of it! #define _KERNEL
green
2000-08-06
1
-0
/
+3
*
Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.
kris
2000-08-04
1
-2
/
+2
*
Remove obsolete reference to /var/db/kvm_kernel.db
kris
2000-05-07
1
-4
/
+0
*
Introduce .Lb macro to libkvm manpages.
phantom
2000-04-22
9
-1
/
+19
*
Remove unneeded #include
jlemon
2000-04-16
1
-1
/
+0
*
Change the return value of kvm_read/kvm_write to be -1 on error, to
nectar
2000-03-31
1
-6
/
+6
*
-Wall, which caught a real bug where buflen wasn't being set properly.
obrien
2000-03-27
3
-16
/
+16
[next]