add fdpic structs and reloc types for dynamic linking
[musl] / src / internal /
2015-09-17 Rich Felkeradd fdpic structs and reloc types for dynamic linking
2015-09-12 Rich Felkerprovide arch-generic fdpic self-relocation code for...
2015-06-25 Rich Felkerfix local-dynamic model TLS on mips and powerpc
2015-06-16 Rich Felkerswitch to using trap number 31 for syscalls on sh
2015-06-16 Rich Felkerrefactor stdio open file list handling, move it out...
2015-06-16 Rich Felkerbyte-based C locale, phase 3: make MB_CUR_MAX variable...
2015-06-16 Rich Felkerbyte-based C locale, phase 2: stdio and iconv (multibyt...
2015-06-07 Rich Felkeradd multiple inclusion guard to locale_impl.h
2015-06-07 Rich Felkerremove redefinition of MB_CUR_MAX in locale_impl.h
2015-06-06 Rich Felkermake static C and C.UTF-8 locales available outside...
2015-05-27 Rich Felkeroverhaul locale internals to treat categories roughly...
2015-05-25 Rich Felkermove call to dynamic linker stage-3 into stage-2 function
2015-05-16 Rich Felkereliminate costly tricks to avoid TLS access for current...
2015-05-06 Rich Felkerfix stack protector crashes on x32 & powerpc due to...
2015-04-22 Rich Felkerin visibility preinclude, remove overrides for stdin...
2015-04-22 Rich Felkerfix inconsistent visibility for __hwcap and __sysinfo...
2015-04-22 Rich Felkerremove additional libc struct accessor cruft
2015-04-22 Rich Felkerremove cruft for libc struct accessor function and...
2015-04-20 Rich Felkeradd optional global visibility override
2015-04-18 Rich Felkermake dlerror state and message thread-local and dynamic...
2015-04-18 Alexander Monakovadd missing 'void' in prototypes of internal pthread...
2015-04-14 Rich Felkerfix inconsistent visibility for internal syscall symbols
2015-04-14 Rich Felkeruse hidden visibility for i386 asm-internal __vsyscall...
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-10 Rich Felkerredesign and simplify vmlock system
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-03-11 Szabolcs Nagymath: add dummy implementations of 128 bit long double...
2015-03-11 Szabolcs Nagycopy the dtv pointer to the end of the pthread struct...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-03-02 Rich Felkerfactor cancellation cleanup push/pop out of futex __tim...
2015-02-09 Szabolcs Nagyadd IEEE binary128 long double support to floatscan
2015-02-07 Szabolcs Nagyremove cruft from x86_64 syscall.h
2015-01-16 Rich Felkeradd FUTEX_PRIVATE macro to internal futex.h
2014-12-17 Rich Felkerprovide CMPLX macros in implementation-internal libm.h
2014-11-23 Rich Felkerunify non-inline version of syscall code across archs
2014-09-16 Rich Felkerfix overflow corner case in strtoul-family functions
2014-09-07 Rich Felkeradd C11 thread creation and related thread functions
2014-08-24 Rich Felkerfix false ownership of stdio FILEs due to tid reuse
2014-08-23 Rich Felkerfix fallback checks for kernels without private futex...
2014-08-18 Rich Felkerredesign cond var implementation to fix multiple issues
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-08-16 Rich Felkermake futex operations use private-futex mode when possible
2014-07-31 Rich Felkeradd framework for mmap2 syscall unit to vary by arch
2014-07-26 Rich Felkerimplement mo file string lookup for translations
2014-07-24 Rich Felkerimplement locale file loading and state for remaining...
2014-07-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port
2014-07-02 Rich Felkeradd locale framework
2014-06-10 Rich Felkersimplify errno implementation
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-05-30 Rich Felkerbreak down coarse-grained 64-bit-off_t syscall remappings
2014-05-30 Rich Felkerfix sendfile syscall to use 64-bit off_t
2014-05-27 Rich Felkerfix sys_open macro for archs without the plain open...
2014-05-27 Rich Felkerfix placement of multiple inclusion guard endif in...
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-04-17 Timo Teräsmake socketcall types common as they are same for all...
2014-04-16 Rich Felkeradd working vdso clock_gettime support, including stati...
2014-04-12 Rich Felkeruse hidden visibility rather than protected for syscall...
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2014-03-24 Rich Felkerinclude header that declares __syscall_ret where it...
2014-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-23 Bobby Binghamsuperh port
2014-02-23 Rich Felkermostly-cosmetic fixups to x32 port merge
2014-02-23 rofl0rimport vanilla x86_64 code as x32
2014-02-22 rofl0rinternal/syscall.h: add syscall_arg_t macro
2014-02-22 rofl0rinternal/syscall.h: use a macro for the syscall args...
2014-02-07 Rich Felkerfix ftello result for append streams with unflushed...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-12-01 Rich Felkeradd infrastructure to record and report the version...
2013-09-20 Rich Felkerfix potential deadlock bug in libc-internal locking...
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN macro
2013-09-05 Szabolcs Nagymath: remove libc.h include from libm.h
2013-09-05 Szabolcs Nagymath: cosmetic cleanup (use explicit union instead...
2013-09-05 Szabolcs Nagymath: remove *_WORD64 macros from libm.h
2013-09-05 Szabolcs Nagymath: remove old longdbl.h
2013-09-05 Szabolcs Nagylong double cleanup, initial commit
2013-08-03 Rich Felkerfix multiple bugs in SIGEV_THREAD timers
2013-08-02 Rich Felkerdebloat code that depends on /proc/self/fd/%d with...
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2013-07-21 Rich Felkeradd support for init/fini array in main program, and...
2013-07-17 Rich Felkerfix missing argument in variadic syscall macros
2013-06-29 Rich Felkeradd some comments about the mips ksigaction structure...
2013-06-22 Rich Felkerfix major scanf breakage with unbuffered streams, fmemo...
2013-04-26 Rich Felkertransition to using functions for internal signal block...
2013-04-06 Rich Felkeradd support for program_invocation[_short]_name
2013-04-01 Rich Felkerimplement pthread_getattr_np
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2013-02-17 Rich Felkerconsistently use the internal name __environ for environ
2013-02-01 Rich Felkerreplace __wake function with macro that performs direct...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-11 Szabolcs Nagymake CMPLX macros available in complex.h in non-c11...
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 Szabolcs Nagymath: turn off the STRICT_ASSIGN workaround by default
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.
2012-11-13 Richard Penningtonimport preliminary ppc work by rdp.
2012-11-13 Szabolcs Nagycomplex: add C11 CMPLX macros and replace cpack with...
2012-11-11 Rich Felkeradd support for thread scheduling (POSIX TPS option)
next