Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the alpha build by using the correct argument types for _kvm_kvatop(). | scottl | 2005-07-02 | 1 | -1/+1 |
| | | | | | Submitted by: marcel Approved by: re (implicit) | ||||
* | Backed out "Compensate for header dethreading [mistakes]" mistakes in | bde | 2001-10-13 | 1 | -2/+0 |
| | | | | alpha files too. | ||||
* | Implement __FBSDID() | dillon | 2001-09-16 | 1 | -1/+3 |
| | |||||
* | Do the alpha dance for the change MarkM hath made on the i386 side. | mjacob | 2001-05-02 | 1 | -0/+2 |
| | |||||
* | Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling | peter | 1999-12-27 | 1 | -1/+0 |
| | | | | | | 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. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | make libkvm capable of dealing with a crashdump on alphas | gallatin | 1999-03-12 | 1 | -50/+65 |
| | | | | Reviewed by: Doug Rabson <dfr@nlsystems.com> | ||||
* | Add an alpha machdep for kvm. The vatop functions are stubbed out for | dfr | 1998-08-15 | 1 | -0/+197 |
now (mainly because I haven't ported them from the NetBSD crash dump environment). Obtained from: NetBSD |