You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
tests | 1 year ago | |
Makefile | 8 months ago | |
README.md | 1 year ago | |
client.cpp | 8 months ago | |
client.h | 1 year ago | |
client2.cpp | 8 months ago | |
fam.cpp | 1 year ago | |
fam.h | 1 year ago | |
helpers.cpp | 1 year ago | |
helpers.h | 1 year ago | |
server.h | 1 year ago |
README.md
OpenFAM
OpenFAM is an MIT-licensed version of the SGI-developed libFAM developed through an extensive decompile, document, then reverse engineer process.
It replicates the version 1 of libFAM, utilized by IRIX 5.3 to 6.5.10 (ostensibly).
Changes
A lot of the documentation revealed extraneous/ancient C++ from its days being compiled by CFront. This was unceremoniously removed.
sprintf calls were replaced with snprintf calls. I don't know if the 5.3 libc can understand snprintf but if it can't I'd rather not revert it as many of the calls are potentially dangerous.
Type mismatches in private headers were changed.