This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
lib
/
libkvm
History
Christian S.J. Peron
668e800b6f
Remove un-needed call to close(2). The fd that close is being
...
called on is invalid and has no use. Reviewed by: smkelly
2004-11-13 14:30:34 +00:00
..
kvm_alpha.c
…
kvm_amd64.c
Implement crashdump decoding for AMD64 as well, now that I have finally
2004-05-19 18:24:13 +00:00
kvm_arm.c
Import libkvm MD file for arm.
2004-05-14 12:24:03 +00:00
kvm_file.c
…
kvm_geterr.3
…
kvm_getfiles.3
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
kvm_getloadavg.3
…
kvm_getloadavg.c
…
kvm_getprocs.3
Document the fact that kvm_getenvv(3) requires procfs to be mounted
2004-11-13 14:26:13 +00:00
kvm_getswapinfo.3
Expand the license referenced indirectly inline.
2004-07-31 18:49:53 +00:00
kvm_getswapinfo.c
Expand the license referenced indirectly inline.
2004-07-31 18:49:53 +00:00
kvm_i386.c
…
kvm_ia64.c
Redefine a PTE as a 64-bit integral type instead of a struct of
2004-09-23 00:05:20 +00:00
kvm_nlist.3
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
kvm_open.3
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
kvm_powerpc.c
…
kvm_private.h
…
kvm_proc.c
Remove un-needed call to close(2). The fd that close is being
2004-11-13 14:30:34 +00:00
kvm_read.3
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
kvm_sparc64.c
…
kvm_sparc.c
…
kvm.3
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
kvm.c
Avoid assignments to cast expressions.
2004-06-08 13:08:19 +00:00
kvm.h
Fixed some style bugs in the removal of __P(()). Blind removal of
2003-10-13 04:44:55 +00:00
Makefile
…