Age | Commit message (Expand) | Author | Files | Lines |
2014-06-25 | add tarball-producing targets to Makefile for ease of release | Rich Felker | 1 | -0/+4 |
2014-06-20 | rename dynamic linker entry point from _start to _dlstart | Rich Felker | 1 | -1/+1 |
2013-12-04 | remove dependency of version.h on .git/* to avoid errors | Rich Felker | 1 | -1/+1 |
2013-12-01 | add infrastructure to record and report the version of libc.so | Rich Felker | 1 | -1/+7 |
2013-08-31 | fix regression in creation of ldso symlink | Rich Felker | 1 | -1/+1 |
2013-08-18 | re-add logic for ignoring failure of ld.so symlink installation | Rich Felker | 1 | -1/+1 |
2013-08-17 | replace system's install command with a shell script | Rich Felker | 1 | -7/+7 |
2013-08-16 | fix atomicity and other issues installing dynamic linker symlink | Rich Felker | 1 | -5/+3 |
2013-08-14 | rework makefile subarch logic to allow shared files | Rich Felker | 1 | -4/+12 |
2013-08-11 | add subarch asm support for PIC objects/shared libc | Rich Felker | 1 | -0/+3 |
2013-08-11 | allow subarch-specific asm, including asm specific to the default | Rich Felker | 1 | -0/+3 |
2013-08-01 | work around gcc 4.8's generation of self-referential mem* functions at -O3 | Rich Felker | 1 | -0/+3 |
2013-07-26 | new mostly-C crt1 implementation | Rich Felker | 1 | -0/+4 |
2013-07-22 | enhance build process to allow selective -O3 optimization | Rich Felker | 1 | -0/+3 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 1 | -3/+3 |
2013-07-18 | add build system support for arch endian & float abi variants | Rich Felker | 1 | -1/+1 |
2013-07-01 | fix Makefile so "make install" works before include/bits symlink exists | Rich Felker | 1 | -1/+5 |
2013-03-09 | remove soname from libc.so/ld-musl | Rich Felker | 1 | -1/+1 |
2013-02-06 | Makefile: make it possible to build arch specific C files | rofl0r | 1 | -1/+1 |
2012-09-21 | offer REALGCC variable to configure musl-gcc wrapper at runtime | Rich Felker | 1 | -1/+1 |
2012-09-14 | remove forced -O3 from shared library CFLAGS | Rich Felker | 1 | -1/+1 |
2012-08-17 | split up installation target | Rich Felker | 1 | -2/+10 |
2012-08-05 | make dynlink.lo depend on reloc.h in makefile | Rich Felker | 1 | -0/+2 |
2012-08-02 | abstract out compiler runtime library for linking libc.so | Rich Felker | 1 | -1/+2 |
2012-07-11 | changes to kernel sigaction struct handling in preparation for mips port | Rich Felker | 1 | -1/+1 |
2012-05-04 | improve the build rules for installing /lib/ld-musl-$ARCH.so | Rich Felker | 1 | -2/+4 |
2012-05-03 | make all .o files depend on *_impl.h and libc.h | Rich Felker | 1 | -2/+3 |
2012-05-02 | PIE support for i386 | Rich Felker | 1 | -1/+1 |
2012-05-01 | reorganize Makefile to support "least surprise" config/make semantics | Rich Felker | 1 | -11/+23 |
2012-05-01 | remove objcopy --weaken from the makefile | Rich Felker | 1 | -2/+0 |
2012-04-22 | new gcc wrapper, entirely specfile based | Rich Felker | 1 | -3/+7 |
2012-03-17 | don't fail on inability to install dynamic linker (e.g. if not root) | Rich Felker | 1 | -1/+1 |
2012-03-01 | search internal headers first | Rich Felker | 1 | -1/+1 |
2012-02-17 | two fixes for "make install" handling of shared libs | Rich Felker | 1 | -1/+2 |
2011-06-28 | fix a few bugs from last dynamic linking build system commit | Rich Felker | 1 | -2/+2 |
2011-06-27 | cleanup shared library build system to be more $HOME-local-install friendly | Rich Felker | 1 | -13/+15 |
2011-06-24 | use soname in ld-musl.so to prevent filename appearing in DT_NEEDEDs | Rich Felker | 1 | -1/+1 |
2011-06-24 | use symlink rather than bogus linker script for libc.so | Rich Felker | 1 | -2/+2 |
2011-06-23 | adapt build/install/gcc-wrapper systems for dynamic linking support | Rich Felker | 1 | -5/+15 |
2011-02-24 | various changes in preparation for dynamic linking support | Rich Felker | 1 | -3/+3 |
2011-02-17 | avoid deleting the lib/empty file | Rich Felker | 1 | -1/+1 |
2011-02-17 | new solution for empty lib dir (old one had some problems) | Rich Felker | 1 | -7/+5 |
2011-02-17 | improve Makefile handling of git checkouts with missing lib/ and config.mak | Rich Felker | 1 | -4/+8 |
2011-02-15 | finish unifying thread register handling in preparation for porting | Rich Felker | 1 | -1/+1 |
2011-02-15 | preparing build system to handle ports - step 1 | Rich Felker | 1 | -0/+6 |
2011-02-13 | ensure that musl is compiled as C99 code & XSI option is available in headers | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+97 |