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