Age | Commit message (Expand) | Author | Files | Lines |
2016-01-31 | don't suppress shared libc when linker lacks -Bsymbolic-functions | Rich Felker | 1 | -2/+1 |
2016-01-27 | add arch/generic include fallback to build rules | Rich Felker | 1 | -2/+6 |
2016-01-25 | add ssp suppression to some arch-override files that may need it | Rich Felker | 1 | -2/+4 |
2016-01-25 | use same object files for libc.a and libc.so if compiler produces PIC | Rich Felker | 1 | -2/+3 |
2016-01-25 | move dynamic linker to its own top-level directory, ldso | Rich Felker | 1 | -8/+10 |
2016-01-22 | remove arch/$(ARCH)/src from the build system | Rich Felker | 1 | -1/+1 |
2016-01-20 | simplify "make clean" and remove unneeded lib dir from tree | Rich Felker | 1 | -7/+1 |
2016-01-20 | deduplicate compiler invocation command line in makefile | Rich Felker | 1 | -7/+9 |
2016-01-20 | remove outdated/incorrect comment about AS_CMD from makefile | Rich Felker | 1 | -1/+0 |
2016-01-20 | remove support for subarch .sub files from the makefile | Rich Felker | 1 | -16/+2 |
2016-01-20 | fix build regression for arm pre-v7 from out-of-tree build patch | Rich Felker | 1 | -1/+1 |
2016-01-19 | eliminate separate static/shared CFLAGS vars in makefile | Rich Felker | 1 | -13/+13 |
2016-01-19 | add support for arch-provided replacement files as .c or .S | Rich Felker | 1 | -3/+9 |
2016-01-17 | support out-of-tree build | Petr Hosek | 1 | -51/+75 |
2015-11-18 | fix build regression from removal of #ifdef SHARED | Rich Felker | 1 | -1/+1 |
2015-11-02 | keep user-provided CFLAGS/LDFLAGS separate from those added by configure | Rich Felker | 1 | -4/+8 |
2015-10-22 | fix breakage when user overrides CFLAGS on the make command line | Rich Felker | 1 | -4/+4 |
2015-10-08 | factor common awk functions for CFI generation scripts into new file | Alex Dowad | 1 | -1/+1 |
2015-08-30 | remove use of buggy .SECONDARY special target in makefile | Rich Felker | 1 | -2/+0 |
2015-08-27 | fix makefile suppression of intermediate file removal | Rich Felker | 1 | -1/+1 |
2015-08-26 | Build process uses script to add CFI directives to x86 asm | Alex Dowad | 1 | -2/+10 |
2015-07-06 | add musl-clang, a wrapper for system clang installs | Shiz | 1 | -0/+5 |
2015-07-06 | build: overhaul wrapper script system for multiple wrapper support | Shiz | 1 | -1/+3 |
2015-06-03 | add additional Makefile dependency rules for rcrt1.o PIE start file | Rich Felker | 1 | -2/+4 |
2015-05-26 | add rcrt1 start file for fully static-linked PIE | Rich Felker | 1 | -2/+2 |
2015-05-26 | fix incorrect application of visibility to Scrt1.o | Rich Felker | 1 | -1/+1 |
2015-04-23 | add dependency of dlstart.lo on crt_arch.h to Makefile | Rich Felker | 1 | -1/+1 |
2015-04-19 | add optional global visibility override | Rich Felker | 1 | -0/+2 |
2015-04-13 | allow libc itself to be built with stack protector enabled | Rich Felker | 1 | -0/+7 |
2015-04-13 | dynamic linker bootstrap overhaul | Rich Felker | 1 | -1/+1 |
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 |