musl/tools
Rich Felker 7cbb6f70c8 fix system breakage window during make install due to permissions
install.sh was wrongly waiting until after atomically replacing the
old file to set the correct permissions on the new file. in the case
of the dynamic linker, this would cause a dynamic-linked chmod command
not to run (due to missing executable permissions on the dynamic
linker) and thus leave the system in an unusable state.

even if chmod is static-linked, the old behavior had a race window
where dynamic-linked programs could fail to run.
2014-01-15 22:29:13 -05:00
..
install.sh fix system breakage window during make install due to permissions 2014-01-15 22:29:13 -05:00
mkalltypes.sed refactor headers, especially alltypes.h, and improve C++ ABI compat 2013-07-22 11:22:36 -04:00
musl-gcc.specs.sh fix mixup in previous change to gcc wrapper 2013-06-07 10:18:07 -04:00
version.sh add infrastructure to record and report the version of libc.so 2013-12-01 17:27:25 -05:00