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_private.h
Age
Commit message (
Expand
)
Author
2018-05-03
A few fixes for kvm_getargv(3)/kvm_getenv(3):
Vadim Zhukov
2017-12-14
Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.
Philip Guenther
2015-09-04
add kvm_realloc() as a private function.
David Gwynne
2014-10-15
Apply reallocarray() idiom.
Theo de Raadt
2013-11-17
Mark internal symbols as hidden. This removes symbols from the ABI,
Philip Guenther
2013-11-16
_kvm_syserr() is printf-like too
Philip Guenther
2013-11-16
Prep for hidden visibility: move the vnode/file related function
Philip Guenther
2013-11-12
Apply format __attribute__ to _kvm_err() and fix the errors that it detects.
Philip Guenther
2013-10-22
- add UNIX-domain socket info to struct kinfo_file2
Philip Guenther
2011-03-12
Replace the old, broken KERN_PROC ABI and its matching functions
Philip Guenthe
2010-01-12
the comment is right, this can indeed go away.
Jasper Lievisse Adriaanse
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-07
Add kvm_getfile2 which uses KERN_FILE2 when possible, falling
Todd C. Miller
2006-03-31
careful cleanup following advice from lint. be very very very careful
Theo de Raadt
2006-03-20
for some of internal functions use paddr_t where phys addr is intended instea...
Michael Shalayeff
2004-01-07
Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-08
Add a flag - KVM_NO_FILES which tells kvm_openfiles to not
Artur Grabowski
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-05-18
Convert lseek/{read,write} pairs into pread and pwrite.
Artur Grabowski
1996-05-10
sync with netbsd
Theo de Raadt
1996-05-05
sync with 0430
Theo de Raadt
1996-03-19
From NetBSD: merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt