summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace the old, broken KERN_PROC ABI and its matching functionsguenther2011-03-121-4/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingmillert2009-06-071-2/+5
* All operation on live kernels uses sysctl interface, there is no reason tomiod2009-01-211-5/+3
* careful cleanup following advice from lint. be very very very carefulderaadt2006-03-311-36/+39
* kvm_openfiles() should take int flag, not unsignedderaadt2006-03-311-3/+3
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-4/+5
* Kill (almost all) warnings.miod2004-09-151-2/+4
* KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsignedderaadt2004-09-141-3/+3
* free memory allocated by kvm_getproc2() in kvm_close()jaredy2004-08-111-2/+4
* if sym has null value -- report as not found; check that kd->vmst is set before use; millert@ okmickey2004-07-011-2/+8
* knf; ok millertderaadt2004-06-151-90/+49
* more explicitly check against -1 for pread/pwrite error returns; millert okderaadt2004-02-231-5/+5
* strlcpy is nicer. ok deraadt@ millert@tedu2004-02-181-4/+4
* Initialize procbase2 to 0 in _kvm_open(); Dan Harnettmillert2004-01-091-2/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* indentderaadt2002-09-171-5/+8
* Set close on exec flag for file descriptors opened by kvm_open().millert2002-09-171-3/+23
* Add a flag - KVM_NO_FILES which tells kvm_openfiles to notart2002-06-081-2/+10
* call open() with 3 args, for the heck of itderaadt2002-03-051-9/+9
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-50/+5
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-4/+4
* 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.millert2002-02-161-5/+5
* Use the address of the symbol, do not overwrite the address with 0, beforedrahn2001-11-211-5/+5
* Adapt to new uvm/ includes.art2001-11-061-4/+2
* No need to pull in vm/vm_param.h in any of these files.art2001-11-051-3/+2
* no more vm/swap_pager.hderaadt2001-06-271-3/+2
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-181-99/+84
* Repair a fprintf message lacking one parameter.miod2001-05-171-3/+3
* spellingtodd2001-01-041-3/+3
* various savecore/kvm fixes; gluk@ptci.ru, PR#1461deraadt2000-10-251-9/+10
* Format string paranoia; deraadt@ okaaron2000-10-231-3/+3
* Don't return error trying to make a dump header when nomarc1998-10-281-3/+3
* In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. Also, if a file is specified, try the .db version of that file if it exists.millert1998-08-241-14/+24
* don't print 'unknown dbopen() error' when kvm_bsd.db doesn't existmillert1998-08-191-2/+5
* indentderaadt1998-07-111-25/+19
* Fix a couple of error return values that I shouldn't have changed,angelos1998-06-291-5/+27
* Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whomangelos1998-06-291-3/+3
* Do the right thing with error return values.angelos1998-06-291-11/+11
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-6/+6
* more error messageskstailey1997-06-181-5/+11
* import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions.grr1997-06-111-32/+31
* Man page claims O_WRONLY is allowed. Why not?dm1997-06-021-3/+3
* Switch alpha from libkvm.old to libkvm with code from NetBSD.niklas1997-02-261-4/+4
* r?index -> strr?chrmillert1997-01-171-3/+3
* sync with netbsdderaadt1996-05-101-117/+139
* sync with 0430deraadt1996-05-051-35/+36
* From NetBSD: merge of 960317niklas1996-03-191-6/+389
* initial import of NetBSD treederaadt1995-10-181-0/+552