setvbuf: minor comment typo fix
[oweals/musl.git] / src / internal /
2018-04-19 Andre McCurdyremove a_ctz_l from arch specific atomic_arch.h
2018-02-24 Rich Felkeruse idiomatic safe form for FUNLOCK macro
2018-02-05 Rich Felkerdocument pthread structure ABI constraints in comments
2018-02-03 William Pitcockstore pthread stack guard sizes for pthread_getattr_np
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2018-01-09 Jens Gustedtnew lock algorithm with state and congestion count...
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
2017-07-04 Jens Gustedtunify the use of FUTEX_PRIVATE
2017-03-21 Rich Felkerincrease limit on locale name length from 15 to 23...
2017-01-13 rofl0rfix crashes in x32 __tls_get_addr
2017-01-05 Rich Felkertreat base 1 as an error in strtol-family functions
2016-12-07 Rich Felkerremove largish unused field from pthread structure
2016-11-12 Bobby Binghamadd s390x port
2016-11-11 Bobby Binghamtreat null vdso base same as missing
2016-11-11 Rich Felkergeneralize ELF hash table types not to assume 32-bit...
2016-11-08 Rich Felkerfix build regression on archs with variable page size
2016-10-20 Rich Felkerfix minor problem in previous strtod non-nearest roundi...
2016-10-20 Szabolcs Nagyfix strtod int optimization in non-nearest rounding...
2016-10-20 Szabolcs Nagyfix strtod and strtof rounding with many trailing zeros
2016-08-11 Rich Felkerfix pread/pwrite syscall calling convention on sh
2016-05-09 Bobby Binghamadd powerpc64 port
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-03-06 Rich Felkeradd mips64 port
2016-03-06 Rich Felkergeneralize mips-specific reloc code not to hard-code...
2016-02-23 Bobby Binghamallow implementing a_cas_p with pointer-sized ll/sc
2016-02-11 Rich Felkerfix line-buffered flush omission for odd usage of putc...
2016-01-31 Felix Fietkauldso: fix GDB dynamic linker info on MIPS
2016-01-26 Szabolcs Nagychange the internal socketcall selection logic
2016-01-22 Rich Felkermove sh port's __shcall internal function from arch...
2016-01-21 Rich Felkerrefactor internal atomic.h
2016-01-20 Khem Rajexclude vis.h when compiling assembly files
2015-11-20 Rich Felkerremove undef weak refs to init/fini array symbols in...
2015-11-12 Rich Felkerremove use of SHARED macro in dynamic linker version...
2015-11-12 Rich Felkerunify static and dynamic linked implementations of...
2015-11-12 Rich Felkereliminate use of SHARED macro to suppress visibility...
2015-11-11 Rich Felkerfix dynamic loader library mapping for nommu systems
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-09-29 Rich Felkereliminate protected-visibility data in libc.so with...
2015-09-23 Rich Felkerfix signal return for sh/fdpic
2015-09-22 Rich Felkeradd real fdpic loading of shared libraries
2015-09-22 Rich Felkeradd general fdpic support in dynamic linker and arch...
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...
next