2
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 13 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add symbols denoting flags, special section numbers, special section
Joseph Koshy
as jkoshy
More... over 13 years ago
Install `elfdefinitions.h` in a standard location (`/usr/include` for now).
Joseph Koshy
as jkoshy
More... over 13 years ago
* Bring the `tet` directory into the build.
Joseph Koshy
as jkoshy
More... over 13 years ago
* Correct a symbol redefinition.
Joseph Koshy
as jkoshy
More... over 13 years ago
Add definitions for more ELF descriptors and flags:
Joseph Koshy
as jkoshy
More... over 13 years ago
Work around Ubuntu bug 589408.
Joseph Koshy
as jkoshy
More... over 13 years ago
elfcopy(1) calls rename(2) system call to overwrite destination file More... over 13 years ago
Connect elfcopy(1) test suite to the build. More... over 13 years ago
* Update testsuite Makefile to use bsd.subdir.mk. More... over 13 years ago
* Add Makefile for building all "plugins". More... over 13 years ago
Moved elfcopy(1) test suite to test/elfcopy. More... over 13 years ago
Reduce build verbosity: send the output of `ar` to `/dev/null`.
Joseph Koshy
as jkoshy
More... over 13 years ago
Reduce build verbosity.
Joseph Koshy
as jkoshy
More... over 13 years ago
Add rules to build TET from source, once the source distribution is
Joseph Koshy
as jkoshy
More... over 13 years ago
We need the variable `TOP` to be defined---add an explicit check.
Joseph Koshy
as jkoshy
More... over 13 years ago
Reduce build time verbosity.
Joseph Koshy
as jkoshy
More... over 13 years ago
Use `<elftoolchain.tetvars.mk>`.
Joseph Koshy
as jkoshy
More... over 13 years ago
Move TET version information to a separate `.mk` file.
Joseph Koshy
as jkoshy
More... over 13 years ago
(Work-in-progress)
Joseph Koshy
as jkoshy
More... over 13 years ago
(Work-in-progress) Define ELF related symbols and values, based on
Joseph Koshy
as jkoshy
More... over 13 years ago
* Be more consistent in the mark up used for code symbols.
Joseph Koshy
as jkoshy
More... over 13 years ago
Connect ar(1) test suite to the build. More... over 13 years ago
Add a README. More... over 13 years ago
Use fullpath when loading func.sh More... over 13 years ago
Do not use absolute path for test(1). More... over 13 years ago
Do not ignore the return value of fgets(). More... over 13 years ago
Fix compiler warning: Assign fgets() return value to a temp variable. More... over 13 years ago
* Insert missing format string for warnx() calls. More... over 13 years ago
* Use bsd.subdir.mk to build "plugins". More... over 13 years ago
Use ${AR} instead of hardcoded ar(1) executable path in each test case. More... over 13 years ago