CIA.vc
Joseph Koshy
Real-time open source activity stats
Stats » Authors » Joseph Koshy
information
FreeBSD Developer.
syndicateUTC clock
04:05 on Mar 22, 2010
event counters
The last message was received 1.22 weeks ago at 15:11 on Mar 13, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
14 messages so far this month, 2 messages last month
907 messages since the first one, 5.3 years ago, for an average of 2.13 days between messages
recent messages
dateReversed sort columnprojectcontentlink
15:10 on Mar 13FreeBSD
Commit by jkoshy :: r205122 /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 13elftoolchain
Commit by jkoshy :: r783 /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 13elftoolchain
Commit by jkoshy :: r781 /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 13elftoolchain
Commit by jkoshy :: r780 /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 13elftoolchain
Commit by jkoshy :: r779 /trunk/common/Makefile: (link)
Allow a `make obj` or `make depend` to recurse into this subdirectory safely.
#
02:32 on Mar 13elftoolchain
Commit by jkoshy :: r778 /trunk/mk/elftoolchain.tex.mk: (link)
For TeX based documentation, ignore requests to build the `obj` and `depend` targets.
#
02:22 on Mar 13elftoolchain
Commit by jkoshy :: r777 /trunk/common/_elftc.h: (link)
Provide a definition for symbol `R_MIPS_32`.
#
02:04 on Mar 13elftoolchain
Commit by jkoshy :: r776 /trunk/nm/nm.c: (link)
Initialize a local variable before its use.
#
02:21 on Mar 08elftoolchain
Commit by jkoshy :: r760 /trunk/common/_elftc.h: (link)
Fix a typo.
#
14:42 on Mar 07elftoolchain
Commit by jkoshy :: r759 /trunk/common/_elftc.h: (link)
Add symbols to permit `libdwarf` to build on Ubuntu GNU/Linux, post
changeset [734].
#
07:36 on Mar 07elftoolchain
Commit by jkoshy :: r758 /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 06elftoolchain
Commit by jkoshy :: r756 /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 06elftoolchain
Commit by jkoshy :: r755 /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 06elftoolchain
Commit by jkoshy :: r754 /trunk/documentation/libelf-by-example/: (link)
Declutter the output of `svn status` using an 'svn:ignore' property.
#
14:21 on Feb 17elftoolchain
Commit by jkoshy :: r710 /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 07elftoolchain
Commit by jkoshy :: r705 /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 27elftoolchain
Commit by jkoshy :: r704 /trunk/readelf/config.h: (link)
Remove an obsolete file.

This should have been done as part of [700].
#
14:42 on Jan 27elftoolchain
Commit by jkoshy :: r703 /trunk/mk/elftoolchain.prog.mk: (link)
Remove `.depend` files when doing a `make clean`.
#
03:38 on Jan 26elftoolchain
Commit by jkoshy :: r702 /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 25elftoolchain
Commit by jkoshy :: r701 /trunk/documentation/libelf-by-example/libelf-by-example.tex: (link)
Add a section containing acknowledgements.
#