| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This is the documented size which the user-provided buffer must be.
Notes:
svn path=/head/; revision=64233
|
| |
|
|
|
|
|
|
|
|
|
| |
match the documented interface.
Previously it returned 0 on error.
PR: bin/10511
Notes:
svn path=/head/; revision=58870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58642
|
| |
|
|
|
|
|
|
|
| |
and is module aware. Yes, this means that kvm_nlist(3) will find symbols
in loaded modules. The emulation of the nlist struct is pretty crude but
seems to work well enough for all the users in the tree that I found.
Notes:
svn path=/head/; revision=55127
|
| |
|
|
|
|
|
|
| |
/dev/drum but has not been used for a LONG time.
Add $FreeBSD$
Notes:
svn path=/head/; revision=52117
|
| |
|
|
|
|
|
|
|
| |
for over 5 years since we switched to using procfs for kvm_uread().
This cleanup was motivated by recent breakage of the default swap file
(/dev/drum) when swapon() has not been called.
Notes:
svn path=/head/; revision=50331
|
| |
|
|
|
|
|
|
|
|
| |
know what they're doing if they do that. This will allow ps to use
the kvm_proc.c bits without having access to /dev/mem.
Fix kvm_proc.c to not need /dev/mem for access to argv/envp
Notes:
svn path=/head/; revision=37316
|
| |
|
|
|
|
|
|
|
|
| |
When malloc fails. don't try to memset NULL pointer, it cause core dump
Replace malloc+memset with calloc, theoretically it can do some
optimization of zeroing process internally
Improve error diagnostic
Notes:
svn path=/head/; revision=19629
|
| |
|
|
|
|
|
| |
malloc squashed...
Notes:
svn path=/head/; revision=12683
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8870
|
| |
|
|
|
|
|
| |
kvm_open() if errstr is NULL.
Notes:
svn path=/head/; revision=6701
|
| |
|
|
| |
Notes:
svn path=/head/; revision=6683
|
| |
|
|
|
|
|
|
|
|
| |
DANGER WILL ROBINSON!
_PATH_UNIX is currently defined as the literal string "don't use this".
I am of two minds about this myself, but wanted to get something into the
tree as quickly as possible.
Notes:
svn path=/head/; revision=3041
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1856
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|