1. de2b67f add optional global visibility override by Rich Felker · 10 years ago
  2. 1ef849c allow libc itself to be built with stack protector enabled by Rich Felker · 10 years ago
  3. f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 10 years ago
  4. f807107 add tarball-producing targets to Makefile for ease of release by Rich Felker · 10 years ago
  5. 3fa2eb2 rename dynamic linker entry point from _start to _dlstart by Rich Felker · 10 years ago
  6. ae71a43 remove dependency of version.h on .git/* to avoid errors by Rich Felker · 11 years ago
  7. 179ab5a add infrastructure to record and report the version of libc.so by Rich Felker · 11 years ago
  8. 9ff8ed4 fix regression in creation of ldso symlink by Rich Felker · 11 years ago
  9. 4681aae re-add logic for ignoring failure of ld.so symlink installation by Rich Felker · 11 years ago
  10. e678fc6 replace system's install command with a shell script by Rich Felker · 11 years ago
  11. 82fa6b4 fix atomicity and other issues installing dynamic linker symlink by Rich Felker · 11 years ago
  12. fb72a97 rework makefile subarch logic to allow shared files by Rich Felker · 11 years ago
  13. 804e994 add subarch asm support for PIC objects/shared libc by Rich Felker · 11 years ago
  14. 90d7772 allow subarch-specific asm, including asm specific to the default by Rich Felker · 11 years ago
  15. 4a1f55e work around gcc 4.8's generation of self-referential mem* functions at -O3 by Rich Felker · 11 years ago
  16. c5e34da new mostly-C crt1 implementation by Rich Felker · 11 years ago
  17. a80847d enhance build process to allow selective -O3 optimization by Rich Felker · 11 years ago
  18. 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
  19. 3e7f186 add build system support for arch endian & float abi variants by Rich Felker · 11 years ago
  20. d66ab4f fix Makefile so "make install" works before include/bits symlink exists by Rich Felker · 11 years ago
  21. dfdc337 remove soname from libc.so/ld-musl by Rich Felker · 12 years ago
  22. 158f721 Makefile: make it possible to build arch specific C files by rofl0r · 12 years ago
  23. 0b3e225 offer REALGCC variable to configure musl-gcc wrapper at runtime by Rich Felker · 12 years ago
  24. 9f74574 remove forced -O3 from shared library CFLAGS by Rich Felker · 12 years ago
  25. 0780936 split up installation target by Rich Felker · 12 years ago
  26. d043780 make dynlink.lo depend on reloc.h in makefile by Rich Felker · 12 years ago
  27. 1b23145 abstract out compiler runtime library for linking libc.so by Rich Felker · 12 years ago
  28. fcaec91 changes to kernel sigaction struct handling in preparation for mips port by Rich Felker · 12 years ago
  29. f8e054f improve the build rules for installing /lib/ld-musl-$ARCH.so by Rich Felker · 12 years ago
  30. e765239 make all .o files depend on *_impl.h and libc.h by Rich Felker · 12 years ago
  31. 83023d1 PIE support for i386 by Rich Felker · 13 years ago
  32. d76eafc reorganize Makefile to support "least surprise" config/make semantics by Rich Felker · 13 years ago
  33. d86d282 remove objcopy --weaken from the makefile by Rich Felker · 13 years ago
  34. 58f430c new gcc wrapper, entirely specfile based by Rich Felker · 13 years ago
  35. 523a3ab don't fail on inability to install dynamic linker (e.g. if not root) by Rich Felker · 13 years ago
  36. 15d143b search internal headers first by Rich Felker · 13 years ago
  37. 3c87026 two fixes for "make install" handling of shared libs by Rich Felker · 13 years ago
  38. 8d54681 fix a few bugs from last dynamic linking build system commit by Rich Felker · 13 years ago
  39. 207c45d cleanup shared library build system to be more $HOME-local-install friendly by Rich Felker · 13 years ago
  40. e0b0ff1 use soname in ld-musl.so to prevent filename appearing in DT_NEEDEDs by Rich Felker · 13 years ago
  41. a654b02 use symlink rather than bogus linker script for libc.so by Rich Felker · 13 years ago
  42. ec05a0b adapt build/install/gcc-wrapper systems for dynamic linking support by Rich Felker · 13 years ago
  43. 41d5183 various changes in preparation for dynamic linking support by Rich Felker · 14 years ago
  44. 127ab57 avoid deleting the lib/empty file by Rich Felker · 14 years ago
  45. 4fd1595 new solution for empty lib dir (old one had some problems) by Rich Felker · 14 years ago
  46. a36164c improve Makefile handling of git checkouts with missing lib/ and config.mak by Rich Felker · 14 years ago
  47. 7b2dd22 finish unifying thread register handling in preparation for porting by Rich Felker · 14 years ago
  48. 1355fdc preparing build system to handle ports - step 1 by Rich Felker · 14 years ago
  49. 6027201 ensure that musl is compiled as C99 code & XSI option is available in headers by Rich Felker · 14 years ago
  50. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago