fix POLLWRNORM and POLLWRBAND on mips
[musl] / src / internal /
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)
2012-11-11 Rich Felkerfix clobber of edx in i386 vsyscall asm
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-11-08 Rich Felkerclean up stdio_impl.h
2012-11-02 Rich Felkerfix more unused variable warnings
2012-10-25 Rich Felkeruse explicit visibility to optimize a few hot-path...
2012-10-25 Rich Felkergreatly improve freopen behavior
2012-10-21 Rich Felkeraccept "nan(n-char-sequence)" in strtod/scanf functions
2012-10-14 Rich Felkerworkaround broken hidden-visibility handling in pcc
2012-10-12 Rich Felkercomment possibly-confusing i386 vsyscall asm
2012-10-12 Rich Felkeri386 vsyscall support (vdso-provided sysenter/syscall...
2012-10-05 Rich Felkersupport for TLS in dynamic-loaded (dlopen) modules
2012-10-05 Rich Felkerbeginnings of full TLS support in shared libraries
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...
2012-09-29 Rich Felkermicroblaze port
2012-09-09 Rich Felkeradd 7-arg syscall support for mips
2012-09-09 Rich Felkerfix broken mips syscall asm
2012-09-09 Rich Felkersyscall organization overhaul
2012-08-17 Rich Felkerfix float parsing logic for long decimal expansions
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-11 Rich Felkeradd bsd fgetln function
2012-08-10 Rich Felkerfix (hopefully) all hard-coded 8's for kernel sigset_t...
2012-07-27 Rich Felkersave AT_HWCAP from auxv for subsequent use in machine...
2012-07-12 Rich Felkerfix several locks that weren't updated right for new...
2012-07-12 Rich Felkerfix breakage of x86_64 sigaction from recent changes...
2012-07-11 Rich Felkerinitial version of mips (o32) port, based on work by...
2012-07-11 Rich Felkeruse unsigned bitmask for consistency in ksigaction
2012-07-11 Rich Felkerfix breakage from last commit: forgot to include ksigac...
2012-06-19 Rich Felkerremove flush hook cruft that was never used from stdio
2012-06-09 Rich Felkeradd pthread_attr_setstack interface (and get)
next