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
*
- Don't inspect the P_SA flag. It's being removed.
jeff
2008-03-12
1
-7
/
+2
*
Plug memory leaks that is observed when argbuf or argspc is used in the
delphij
2008-01-12
1
-0
/
+4
*
- Update kvm_deadfiles to be compatible with the new system which has no
jeff
2007-12-30
1
-44
/
+87
*
Aparrently MACXOCOMLEN exisrts only on my machine
julian
2007-10-26
1
-1
/
+1
*
Introduce a way to make pure kernal threads.
julian
2007-10-26
1
-1
/
+8
*
- When using kvm use the new conversion method to derive swtime.
jeff
2007-09-21
1
-3
/
+16
*
- Move all of the PS_ flags into either p_flag or td_flags.
jeff
2007-09-17
1
-2
/
+2
*
Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.
simokawa
2007-06-15
4
-18
/
+39
*
- Work-around the already partially broken rusage support in kvm by
jeff
2007-06-01
1
-0
/
+2
*
Add a level of indirection to the kernel PTE table. The old
marcel
2007-05-19
1
-8
/
+16
*
- Move 'struct swdevt' back into swap_pager.h and expose it to userland.
jhb
2007-02-07
1
-5
/
+94
*
Per Olivier Houchard, use the proper license for this file. He
imp
2007-01-08
1
-10
/
+10
*
Remove the advertising clause. UCB did this some time ago, but these
imp
2007-01-08
18
-72
/
+0
*
remove already commented out code
julian
2006-12-06
1
-33
/
+0
*
Make KSE a kernel option, turned on by default in all GENERIC
jb
2006-10-26
1
-4
/
+4
*
unbreak build for sparc64 etc.
kmacy
2006-10-09
1
-1
/
+2
*
buildworld fixes for sun4v
kmacy
2006-10-09
2
-0
/
+8
*
Don't forget to set internal error message in kvm_nlist().
wkoszek
2006-09-20
1
-2
/
+7
*
Remove alpha-specific stuff.
ru
2006-08-23
1
-213
/
+0
*
Rev. 1.44 of this file didn't introduce a right solution,
yar
2006-07-25
1
-0
/
+7
*
Include strings.h for bzero()
delphij
2006-06-05
2
-0
/
+2
*
Teach libkvm how to read minidumps. It turns out that minidumps are
peter
2006-04-21
6
-0
/
+580
*
Validate that the supplied file is not empty before trying mmap(2) it
csjp
2006-01-15
1
-0
/
+5
*
Fix a well duplicated fencepost error that stopped crashdumps being
peter
2005-10-20
2
-7
/
+7
*
libkvm bits for arm.
cognet
2005-10-03
1
-18
/
+162
*
Fix the alpha build by using the correct argument types for _kvm_kvatop().
scottl
2005-07-02
1
-1
/
+1
*
Match _kvm_kvatop to it's prototype in kvm_i386.c. This unbreaks
ps
2005-06-30
1
-1
/
+1
*
Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop()
peter
2005-06-29
9
-99
/
+426
*
Set ki_tdev to NODEV rather than NULL.
peter
2005-06-24
1
-1
/
+1
*
Make kvm(3) aware of ki_jid field.
pjd
2005-03-20
1
-1
/
+17
*
Dike out unwarranted reference to si_udev.
phk
2005-03-15
1
-0
/
+4
*
Sort sections.
ru
2005-01-20
4
-29
/
+29
*
In preparation to remove U areas, don't refer to p_uarea in libkvm.
das
2004-11-20
1
-1
/
+1
*
Remove un-needed call to close(2). The fd that close is being
csjp
2004-11-13
1
-1
/
+0
*
Document the fact that kvm_getenvv(3) requires procfs to be mounted
csjp
2004-11-13
1
-0
/
+7
*
Belatedly catch up with the dev_t/cdev changes from a few months back.
peter
2004-10-11
1
-1
/
+11
*
- Fix the compile to chase the p_rux changes.
jhb
2004-10-06
1
-1
/
+7
*
Redefine a PTE as a 64-bit integral type instead of a struct of
marcel
2004-09-23
1
-2
/
+2
*
The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL.
marcel
2004-09-22
1
-1
/
+1
*
Refactor a bunch of scheduler code to give basically the same behaviour
julian
2004-09-05
1
-1
/
+8
*
Expand the license referenced indirectly inline.
imp
2004-07-31
2
-6
/
+40
*
Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc to
kan
2004-07-28
1
-9
/
+0
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
7
-23
/
+46
*
Markup, grammar, punctuation.
ru
2004-07-01
1
-14
/
+14
*
Fix a test of bit-flag "P_SA" by adding parenthesis around the expression.
gad
2004-06-23
1
-1
/
+1
*
Replace a call to strncpy() with a call to strlcpy()
gad
2004-06-23
1
-4
/
+2
*
Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,
gad
2004-06-19
1
-5
/
+29
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
This library has to change whenever the kernel process structure changes.
julian
2004-06-16
1
-1
/
+1
*
Avoid assignments to cast expressions.
stefanf
2004-06-08
1
-3
/
+3
[next]