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.
|
1 year ago | |
---|---|---|
tests | 2 years ago | |
Makefile | 1 year ago | |
README.md | 2 years ago | |
client.cpp | 1 year ago | |
client.h | 2 years ago | |
client2.cpp | 1 year ago | |
fam.cpp | 2 years ago | |
fam.h | 2 years ago | |
helpers.cpp | 2 years ago | |
helpers.h | 2 years ago | |
server.h | 2 years 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.