add build system support for arch endian & float abi variants
[musl] / arch / microblaze /
2013-07-18 Rich Felkermake the dynamic linker find its path file relative...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix ioctl _IOR, _IOW, etc macros to avoid signed overfl...
2013-05-24 Rich Felkerchange underlying type of clock_t to be uniform and...
2013-05-17 Rich Felkeradd FLT_TRUE_MIN, etc. macros from C11
2013-04-05 Rich Felkerfix type issues in stdint.h so underlying types of...
2013-04-04 Rich Felkereliminate bits/wchar.h
2013-04-02 rofl0rre-add useconds_t
2013-04-01 Szabolcs Nagyadd syscall numbers for the new kcmp and finit_module...
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2013-03-24 Rich Felkeradd deprecated SIGIOT alias for SIGABRT
2013-03-05 Rich Felkerfix types for wctype_t and wctrans_t
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd missing mmap options and madvices to bits/mman...
2013-01-12 Szabolcs Nagyadd missing EXTPROC flag to bits/termios.h
2013-01-12 Szabolcs Nagyadd missing F_GETOWNER_UIDS flag to bits/fcntl.h
2013-01-12 Szabolcs Nagyadd missing EHWPOISON to bits/errno.h
2012-12-06 rofl0radd more arch-specific MAP_ macros to bits/mman.h
2012-12-06 rofl0rremove MAP_32 from non-x86 archs
2012-12-06 rofl0radd MAP_NORESERVE to bits/mman.h
2012-11-26 Rich Felkerfixup mcontext stuff to expost gregset_t/fpregset_t...
2012-11-26 Rich Felkerremove microblaze user.h incorrectly copied from arm
2012-11-23 Rich Felkersigcontext/mcontext cleanup for arch-specific bits
2012-11-23 Rich Felkerfix up leftover, incorrect NSIG definitions in arch...
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-10-19 Rich Felkerfix struct stat size/padding on microblaze
2012-10-19 Rich Felkerinline syscalls for microblaze
2012-10-19 Rich Felkerbetter support for reverse-endian variants of arm/mips...
2012-10-16 Rich Felkermicroblaze TLS relocation support, completely untested
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-05 Rich Felkerdynamic-linked TLS support for everything but dlopen...
2012-09-29 Rich Felkermicroblaze port