Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | This is the documented size which the user-provided buffer must be. | ||||
* | Change the return value of kvm_read/kvm_write to be -1 on error, to | nectar | 2000-03-31 | 1 | -6/+6 |
| | | | | | | | | match the documented interface. Previously it returned 0 on error. PR: bin/10511 | ||||
* | -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 |
| | | | | | | 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. | ||||
* | Delete the sf (swapfile) arg to an internal function that used to point to | peter | 1999-10-11 | 1 | -6/+8 |
| | | | | | /dev/drum but has not been used for a LONG time. Add $FreeBSD$ | ||||
* | Don't open the swap file. The open descriptor for it hasn't been used | bde | 1999-08-25 | 1 | -8/+0 |
| | | | | | | 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. | ||||
* | Allow /dev/null as path for the "/dev/mem" file, and assume that people | phk | 1998-06-30 | 1 | -10/+14 |
| | | | | | | | 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 | ||||
* | kvm_malloc: | ache | 1996-11-11 | 1 | -3/+3 |
| | | | | | | | 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 | ||||
* | phkmalloc strikes again! :-) Another use of un-cleared returns from | peter | 1995-12-09 | 1 | -0/+3 |
| | | | | malloc squashed... | ||||
* | 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 |
| | | | | kvm_open() if errstr is NULL. | ||||
* | 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 |
| | | | | | | | 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. | ||||
* | Converted 'vmunix' to 'kernel'. | dg | 1994-08-05 | 1 | -1/+1 |
| | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+540 |