index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libkvm
/
kvm_file2.c
Age
Commit message (
Expand
)
Author
2012-06-02
Committed the wrong version (an earlier try) of the KERN_FILE2 vs
Philip Guenthe
2012-05-01
Eliminate the f_usecount ref count in struct file; instead of sleeping
Philip Guenthe
2012-04-20
Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses for
Philip Guenthe
2012-04-14
Make kvm_getfile2() have a fighting change to work correctly on crash
Philip Guenthe
2012-03-28
The kinfo_file2 structure's f_wbytes member was being filled with the
Philip Guenthe
2012-03-13
0 is a valid uid for files sysctl, don't skip it. reminded by guenther
Ted Unangst
2012-01-07
Add rtable id and thread id to struct kinfo_proc (and fix process id)
Philip Guenthe
2011-12-14
The ktrace vnode has moved to struct process and changed name.
Philip Guenthe
2011-07-04
move the specfs code to a place people can see it; ok guenther thib krw
Theo de Raadt
2010-07-17
Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNEL
Philip Guenthe
2010-06-29
Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or
Philip Guenthe
2010-01-10
Reimplement kvm_getproc2()'s support for reading crash dumps and
Philip Guenthe
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-07-21
Support KERN_FILE_TEXT here too
Todd C. Miller
2009-07-21
Handle the case where so_pcb is NULL.
Todd C. Miller
2009-07-08
correct kvm_getfile2 error string
Todd C. Miller
2009-06-24
Install ntfs includes and add libkvm (fstat) support. ntfs bits
Todd C. Miller
2009-06-20
Move KREAD define to kvm_private.h
Todd C. Miller
2009-06-20
Split out cd9660 bits into their own .c file to avoid #define collisions
Todd C. Miller
2009-06-20
Add msdosfs support now that we have the headers.
Todd C. Miller
2009-06-19
Quiet a gcc warning
Todd C. Miller
2009-06-11
add missing headers needed by free(), memset(), getuid() and strlcpy().
Charles Longeau
2009-06-07
Define _KERNEL for the bare minimum. We can include sys/proc.h
Todd C. Miller
2009-06-07
Avoid including machine/cpu.h
Todd C. Miller
2009-06-07
Add kvm_getfile2 which uses KERN_FILE2 when possible, falling
Todd C. Miller