Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: Revision. | ru | 2003-03-03 | 1 | -31/+25 |
| | |||||
* | Spellcheck. | nectar | 2003-02-28 | 1 | -2/+2 |
| | |||||
* | Add a man page. | obrien | 2003-02-03 | 2 | -1/+118 |
| | |||||
* | Make WARNS=5 clean even on 64-bit platforms. | obrien | 2003-02-03 | 2 | -35/+36 |
| | |||||
* | Make WARNS=5 on i386, (WARNS=1 on 64-bit platforms). | obrien | 2003-02-03 | 2 | -59/+59 |
| | | | | Submitted by: dwmalone (tweaked by me) | ||||
* | Try to tighten up the types a little bit to help debugging with GDB. | obrien | 2003-02-02 | 1 | -35/+36 |
| | |||||
* | If we're going to build and install this on ia64, we might as well | marcel | 2003-01-18 | 1 | -7/+20 |
| | | | | | | teach it about ia64 specific section types, dynamic tags and machine type. This is a mostly insignificant change given the amount of work that this tool obviously needs... | ||||
* | Like sh_types, dt_tags just aren't in consecutive order, so we have to move | obrien | 2003-01-15 | 1 | -9/+78 |
| | | | | away from indexing into an array. Also add Sun and GNU specific tags. | ||||
* | The defined sh_types's just aren't in consecutive order, so we have to move | obrien | 2003-01-15 | 1 | -5/+32 |
| | | | | away from indexing into an array. | ||||
* | Add a BSDL'ed util that displays information about ELF files. | obrien | 2003-01-15 | 2 | -0/+1010 |
This is simular to readelf(1) and objdump(1). Submitted by: jake |