| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump the version of all non-symbol-versioned shared libraries in | Ken Smith | 2009-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767 | ||||
| * | Store accurate offset information in CTF data. A large number of | Navdeep Parhar | 2009-07-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | structs had incorrect member offsets, limiting dtrace's usefulness when working with them. An example of incorrect info (struct rtentry) from before this fix: <1738> STRUCT rtentry (200 bytes) rt_nodes type=1731 off=0 rt_gateway type=849 off=65280 <== WRONG, should be 8 * 96 rt_flags type=3 off=65344 <== wrong again, and so on.. ... Approved by: re (kib), gnn (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=195747 | ||||
| * | Add a BSD licensed DWARF library for use by the DTrace clients. | John Birrell | 2008-05-22 | 17 | -0/+4083 |
| The API for this library is deliberately different to the GPL'd libdwarf to avoid licensing problems. Notes: svn path=/head/; revision=179187 | |||||
