index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libkvm
/
kvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libkvm: Make second /dev/null file descriptor close-on-exec as well.
jilles
2013-05-04
1
-1
/
+1
*
libkvm: Use O_CLOEXEC instead of separate fcntl(F_SETFD) call.
jilles
2013-05-04
1
-15
/
+4
*
libkvm: fix logic inversion introduced with last commit
uqs
2011-02-02
1
-2
/
+2
*
libkvm code janitoring
uqs
2011-01-23
1
-92
/
+65
*
Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h
dim
2010-11-14
1
-3
/
+4
*
A first cut at teaching libkvm how to deal with dynamic per-CPU storage
rwatson
2010-03-01
1
-3
/
+20
*
Make libkvm work on live systems and crashdumps with and
bz
2009-07-23
1
-8
/
+164
*
Reduce code duplication: use calloc() intead of malloc()
delphij
2008-10-17
1
-4
/
+2
*
Plug memory leaks that is observed when argbuf or argspc is used in the
delphij
2008-01-12
1
-0
/
+4
*
Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.
simokawa
2007-06-15
1
-0
/
+2
*
Remove the advertising clause. UCB did this some time ago, but these
imp
2007-01-08
1
-4
/
+0
*
Don't forget to set internal error message in kvm_nlist().
wkoszek
2006-09-20
1
-2
/
+7
*
Validate that the supplied file is not empty before trying mmap(2) it
csjp
2006-01-15
1
-0
/
+5
*
Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop()
peter
2005-06-29
1
-2
/
+2
*
Avoid assignments to cast expressions.
stefanf
2004-06-08
1
-3
/
+3
*
Allow to specify a character special device as a core file.
simokawa
2003-10-29
1
-21
/
+18
*
Remove unnecssary <vm/swap_pager.h> includes.
phk
2003-07-31
1
-1
/
+0
*
In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec.
nectar
2002-09-11
1
-0
/
+12
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
1
-26
/
+0
*
Remove __P() usage.
obrien
2002-03-21
1
-1
/
+1
*
Remove 'register' keyword.
obrien
2002-03-21
1
-19
/
+19
*
Finish cleanup in kvm.c revisions 1.10 and 1.11 -- mark sf (swapfile)
ru
2002-01-22
1
-2
/
+2
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-2
/
+0
*
Implement __FBSDID()
dillon
2001-09-16
1
-3
/
+3
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+2
*
Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.
kris
2000-08-04
1
-2
/
+2
*
Change the return value of kvm_read/kvm_write to be -1 on error, to
nectar
2000-03-31
1
-6
/
+6
*
-Wall, which caught a real bug where buflen wasn't being set properly.
obrien
2000-03-27
1
-0
/
+3
*
Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling
peter
1999-12-27
1
-113
/
+22
*
Delete the sf (swapfile) arg to an internal function that used to point to
peter
1999-10-11
1
-6
/
+8
*
Don't open the swap file. The open descriptor for it hasn't been used
bde
1999-08-25
1
-8
/
+0
*
Allow /dev/null as path for the "/dev/mem" file, and assume that people
phk
1998-06-30
1
-10
/
+14
*
kvm_malloc:
ache
1996-11-11
1
-3
/
+3
*
phkmalloc strikes again! :-) Another use of un-cleared returns from
peter
1995-12-09
1
-0
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-7
/
+7
*
Fix previous fix to agree with the man page - don't report errors in
bde
1995-02-25
1
-2
/
+3
*
Remove some unused variables and fix two blatant core dump triggers.
phk
1995-02-24
1
-5
/
+6
*
Get rid of _PATH_UNIX completely; use getbootfile(3) instead.
wollman
1994-09-24
1
-1
/
+1
*
Converted 'vmunix' to 'kernel'.
dg
1994-08-05
1
-1
/
+1
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+540