Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the old, broken KERN_PROC ABI and its matching functions | 2011-03-12 | 1 | -3/+1 | |
| | | | | | | | | | in libkvm with the stable-ABI versions that are currently named KERN_PROC2, kvm_get{proc,argv,envv}2(). The latter names and symbols will continue to be supported for a few releases. Committing now that they ports people have had a couple releases to update pkgs that usd the old functions | ||||
* | the comment is right, this can indeed go away. | 2010-01-12 | 1 | -2/+1 | |
| | | | | | | it's unused inside libkvm, and nothing else is allowed to use it. ok guenther@ "sure" deraadt@ | ||||
* | Install ntfs includes and add libkvm (fstat) support. ntfs bits | 2009-06-24 | 1 | -1/+2 | |
| | | | | adapted from NetBSD fstat. OK deraadt@ | ||||
* | Move KREAD define to kvm_private.h | 2009-06-20 | 1 | -1/+4 | |
| | |||||
* | Split out cd9660 bits into their own .c file to avoid #define collisions | 2009-06-20 | 1 | -1/+3 | |
| | | | | with ufs and add also udf support. OK miod@ | ||||
* | Add kvm_getfile2 which uses KERN_FILE2 when possible, falling | 2009-06-07 | 1 | -1/+2 | |
| | | | | back on kmem grovelling for non-live kernels. OK deraadt@ | ||||
* | careful cleanup following advice from lint. be very very very careful | 2006-03-31 | 1 | -7/+4 | |
| | | | | with sprinkling in size_t! | ||||
* | for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ ok | 2006-03-20 | 1 | -3/+3 | |
| | |||||
* | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use | 2004-01-07 | 1 | -1/+2 | |
| | | | | | the KERN_PROC2 sysctl. Based on changes from NetBSD but uses our own kvm_arg_sysctl(). | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | 2002-06-08 | 1 | -2/+3 | |
| | | | | | open any files, just return an kvm handle that we can use to some of the functions. | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -13/+13 | |
| | |||||
* | Convert lseek/{read,write} pairs into pread and pwrite. | 2001-05-18 | 1 | -1/+5 | |
| | | | | from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>. | ||||
* | sync with netbsd | 1996-05-10 | 1 | -3/+4 | |
| | |||||
* | sync with 0430 | 1996-05-05 | 1 | -1/+2 | |
| | |||||
* | From NetBSD: merge of 960317 | 1996-03-19 | 1 | -1/+14 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+88 | |