aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* Make libkvm work on live systems and crashdumps with andBjoern A. Zeeb2009-07-231-8/+164
* Reduce code duplication: use calloc() intead of malloc()Xin LI2008-10-171-4/+2
* Plug memory leaks that is observed when argbuf or argspc is used in theXin LI2008-01-121-0/+4
* Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.Hidetoshi Shimokawa2007-06-151-0/+2
* Remove the advertising clause. UCB did this some time ago, but theseWarner Losh2007-01-081-4/+0
* Don't forget to set internal error message in kvm_nlist().Wojciech A. Koszek2006-09-201-2/+7
* Validate that the supplied file is not empty before trying mmap(2) itChristian S.J. Peron2006-01-151-0/+5
* Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop()Peter Wemm2005-06-291-2/+2
* Avoid assignments to cast expressions.Stefan Farfeleder2004-06-081-3/+3
* Allow to specify a character special device as a core file.Hidetoshi Shimokawa2003-10-291-21/+18
* Remove unnecssary <vm/swap_pager.h> includes.Poul-Henning Kamp2003-07-311-1/+0
* In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec.Jacques Vidrine2002-09-111-0/+12
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-26/+0
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-19/+19
* Finish cleanup in kvm.c revisions 1.10 and 1.11 -- mark sf (swapfile)Ruslan Ermilov2002-01-221-2/+2
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
* Implement __FBSDID()Matthew Dillon2001-09-161-3/+3
* Compensate for header dethreading.Mark Murray2001-05-011-0/+2
* Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.Kris Kennaway2000-08-041-2/+2
* Change the return value of kvm_read/kvm_write to be -1 on error, toJacques Vidrine2000-03-311-6/+6
* -Wall, which caught a real bug where buflen wasn't being set properly.David E. O'Brien2000-03-271-0/+3
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingPeter Wemm1999-12-271-113/+22
* Delete the sf (swapfile) arg to an internal function that used to point toPeter Wemm1999-10-111-6/+8
* Don't open the swap file. The open descriptor for it hasn't been usedBruce Evans1999-08-251-8/+0
* Allow /dev/null as path for the "/dev/mem" file, and assume that peoplePoul-Henning Kamp1998-06-301-10/+14
* kvm_malloc:Andrey A. Chernov1996-11-111-3/+3
* phkmalloc strikes again! :-) Another use of un-cleared returns fromPeter Wemm1995-12-091-0/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* Fix previous fix to agree with the man page - don't report errors inBruce Evans1995-02-251-2/+3
* Remove some unused variables and fix two blatant core dump triggers.Poul-Henning Kamp1995-02-241-5/+6
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.Garrett Wollman1994-09-241-1/+1
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+540