Age | Commit message (Collapse) | Author |
|
through kmem. Fixes false positives on machines where the memory
is not cleared between boots. OK deraadt@, tedu@, jaredy@
|
|
|
|
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
millert@ ok
|
|
o testdb() needs to take as an arg the name of the kernel so it can do
the version test correctly.
o add undocumented verbose flag to tell when we are rebuilding the .db file
o DO_* -> _NLIST_DO_*, this prevented kvm_mkdb from doing anything at all.
o preserve a few error messages so you get error output when none of
the exec types match the target.
o check malloc return values
o get_kerntext should not subtract the sizeof(struct exec) from kernel_text
|
|
Also, KNF, b* -> mem*, getopt tests against -1, not EOF, and index -> strchr.
Added OpenBSD tags.
|
|
|