Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return the correct error value in generate(). | 2017-09-26 | 1 | -3/+3 | |
| | | | | From Mark Johnston, markj@FreeBSD | ||||
* | Do not insert random name for anonymous member. | 2017-08-11 | 1 | -4/+4 | |
| | |||||
* | add rcs ids | 2017-08-11 | 1 | -0/+2 | |
| | |||||
* | Import a tool for generating CTF data section (SUNW_ctf) based on DWARF | 2017-08-11 | 1 | -0/+461 | |
information. ctfconv(1) support multiple CUs in order to work on binaries. ctfstrip(1) works like strip(1) but also insert a .SUNW_ctf section inside a binary. ok deraadt@, kettenis@, jasper@ |