date | project | content | link |
|---|
| 15:10 on Mar 13 | FreeBSD | Commit by jkoshy :: r 205122 /head/sys/sys/pmc.h: ( link) Correct a typo.
Submitted by: Rahul Saxena <rahul dot k dot saxena at gmail dot com> | # |
| 04:13 on Mar 13 | elftoolchain | Commit by jkoshy :: r 783 /trunk/libdwarf/ (27 files): ( link) Remove redundant inclusions of system headers.
This change allows `libdwarf` to build on FreeBSD 6.
Reviewed by: kaiwang27 | # |
| 03:36 on Mar 13 | elftoolchain | Commit by jkoshy :: r 781 /trunk/mk/elftoolchain.tex.mk: ( link) - Use `<bsd.obj.mk>` to handle the `obj` and `clean` targets.
- Adapt the rules for building documentation so that they work when `.OBJDIR` != `.CURDIR`.
| # |
| 03:30 on Mar 13 | elftoolchain | Commit by jkoshy :: r 780 /trunk/documentation/libelf-by-example/Makefile: ( link) Use full paths using `${.CURDIR}` and `${.OBJDIR}` so that the `check-example-syntax` target can be used when the object directory differs from the current directory. | # |
| 02:34 on Mar 13 | elftoolchain | Commit by jkoshy :: r 779 /trunk/common/Makefile: ( link) Allow a `make obj` or `make depend` to recurse into this subdirectory safely. | # |
| 02:32 on Mar 13 | elftoolchain | Commit by jkoshy :: r 778 /trunk/mk/elftoolchain.tex.mk: ( link) For TeX based documentation, ignore requests to build the `obj` and `depend` targets. | # |
| 02:22 on Mar 13 | elftoolchain | Commit by jkoshy :: r 777 /trunk/common/_elftc.h: ( link) Provide a definition for symbol `R_MIPS_32`. | # |
| 02:04 on Mar 13 | elftoolchain | Commit by jkoshy :: r 776 /trunk/nm/nm.c: ( link) Initialize a local variable before its use. | # |
| 02:21 on Mar 08 | elftoolchain | Commit by jkoshy :: r 760 /trunk/common/_elftc.h: ( link) Fix a typo. | # |
| 14:42 on Mar 07 | elftoolchain | Commit by jkoshy :: r 759 /trunk/common/_elftc.h: ( link) Add symbols to permit `libdwarf` to build on Ubuntu GNU/Linux, post changeset [734]. | # |
| 07:36 on Mar 07 | elftoolchain | Commit by jkoshy :: r 758 /trunk/libelf/libelf_convert.m4: ( link) Fix handling of GNU HASH sections.
* Change a parameter name (`count` -> `srcsz`) to reflect the fact that we are dealing with section sizes in bytes.
* For the 32 bit case, convert the section size passed in to a count of 32 words and use existing 32 bit conversion routines `libelf_cvt_WORD_{tom,tof}()` to perform the translation.
* For the 64 bit case:
* Also copy hash chain data; these reside after the hash buckets.
* Fix a bug: SWAP_XWORD() was being used on a 32-bit temporary.
* Where byteswapping is needed, work on temporaries instead of directly on the source buffer.
Submitted by: kaiwang27 (original patch)
Ticket: #1 | # |
| 17:35 on Mar 06 | elftoolchain | Commit by jkoshy :: r 756 /trunk/ (3 files in 2 dirs): ( link) Improve the consistency of the ELFTC(3) API: rename `elftc_find_bfd_target()` as `elftc_bfd_find_target()`.
Reviewed by: kaiwang27 | # |
| 17:21 on Mar 06 | elftoolchain | Commit by jkoshy :: r 755 /trunk/libelftc/ (Makefile elftc_bfd_find_target.3): ( link) Add a manual page for elftc_bfd_find_target(3), elftc_bfd_target_class(3), elftc_bfd_target_byteorder(3) and elftc_bfd_target_flavor(3).
Reviewed by: kaiwang27 Ticket: #27 | # |
| 05:56 on Mar 06 | elftoolchain | Commit by jkoshy :: r 754 /trunk/documentation/libelf-by-example/: ( link) Declutter the output of `svn status` using an 'svn:ignore' property. | # |
| 14:21 on Feb 17 | elftoolchain | Commit by jkoshy :: r 710 /trunk/libelf/ (4 files): ( link) Catch up with [520]: rename ".mk" files to match the output of `uname -s`.
Reminded by: kaiwang27 | # |
| 03:01 on Feb 07 | elftoolchain | Commit by jkoshy :: r 705 /trunk/documentation/libelf-by-example/libelf-by-example.tex: ( link) - Typographical tweak: drop the "TM" symbol slightly in the Preface, so that it is visually distinct from the surrounding quotation marks.
- Consistently use the '\trade' macro.
| # |
| 14:45 on Jan 27 | elftoolchain | Commit by jkoshy :: r 704 /trunk/readelf/config.h: ( link) Remove an obsolete file.
This should have been done as part of [700]. | # |
| 14:42 on Jan 27 | elftoolchain | Commit by jkoshy :: r 703 /trunk/mk/elftoolchain.prog.mk: ( link) Remove `.depend` files when doing a `make clean`. | # |
| 03:38 on Jan 26 | elftoolchain | Commit by jkoshy :: r 702 /trunk/documentation/libelf-by-example/libelf-by-example.tex: ( link) - Improve the organization of the 'Further Reading' section.
- Point readers looking for additional examples to Emmanuel Azencot's website, and to the sources of the ElfToolChain project.
| # |
| 15:42 on Jan 25 | elftoolchain | Commit by jkoshy :: r 701 /trunk/documentation/libelf-by-example/libelf-by-example.tex: ( link) Add a section containing acknowledgements. | # |