use alternate argument syntax for restrict with lio_listio
[musl] / src / internal /
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)
2012-06-08 Rich Felkerfix scanning of "-0x" pseudo-hex float (must give negat...
2012-06-03 Rich Felkerincrease default thread stack size to 80k
2012-06-01 Rich Felkerenable LARGEFILE64 aliases
2012-05-25 Rich Felkerremove cruft from pthread structure (old cancellation...
2012-05-23 Rich Felkerremove everything related to forkall
2012-05-22 Rich Felkerfix out-of-bounds array access in pthread barriers...
2012-05-06 nszadd FORCE_EVAL macro to evaluate float expr for their...
2012-05-04 Rich Felkeroverhaul SSP support to use a real canary
2012-04-30 Rich Felkerfix off-by-one error that caused uninitialized memory...
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-04-24 Rich Felkernew internal locking primitive; drop spinlocks
2012-04-22 Rich Felkerremove redundant (unmaintained) check in floatscan
2012-04-21 Rich Felkermake floatscan correctly set errno for overflow/underflow
2012-04-21 Rich Felkerskip leading zeros even after decimal point in floatscan
2012-04-21 Rich Felkerfix overread (consuming an extra byte) scanning NAN
2012-04-19 Rich Felkerfix really bad breakage in strtol, etc.: failure to...
2012-04-18 Rich Felkerfix typo in exponent reading code or floats
2012-04-18 Rich Felkerfix failure to read infinity in scanf
2012-04-18 Rich Felkerfix failure of int parser to unget an initial mismatchi...
2012-04-16 Rich Felkeruse the new integer parser (FILE/shgetc based) for...
2012-04-16 Rich Felkernew scanf implementation and corresponding integer...
2012-04-16 Rich Felkerfix buggy limiter handling in shgetc
2012-04-16 Rich Felkerfix broken shgetc limiter logic (wasn't working)
2012-04-16 Rich Felkerfloatscan: fix incorrect count of leading nonzero digits
2012-04-13 Rich Felkeruse fast version of the int reading code for the high...
2012-04-13 Rich Felkeruse macros instead of inline functions in shgetc.h
2012-04-13 Rich Felkerfix spurious overflows in strtoull with small bases
2012-04-12 Rich Felkerremove magic numbers from floatscan
2012-04-12 Rich Felkeroptimize more integer cases in floatscan; comment the...
2012-04-12 Rich Felkerrevert invalid optimization in floatscan
2012-04-12 Rich Felkerfix stupid typo in floatscan that caused excess roundin...
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-11 Rich Felkeroptimize floatscan downscaler to skip results that...
2012-04-11 Rich Felkersimplify/debloat radix point alignment code in floatscan
2012-04-11 Rich Felkeroptimize floatscan: avoid excessive upscaling
2012-04-11 Rich Felkerfix incorrect initial count in shgetc when data is...
2012-04-11 Rich Felkerfix bug parsing lone zero followed by junk, and hex...
2012-04-11 Rich Felkerfix float scanning of certain values ending in zeros
2012-04-11 Rich Felkerfix potential overflow in exponent reading
2012-04-11 Rich Felkerset errno properly when parsing floating point
2012-04-11 Rich Felkeradd "scan helper getc" and rework strtod, etc. to use it
2012-04-10 Rich Felkernew floating point parser/converter
2012-03-22 Rich Felkeradd creal/cimag macros in complex.h (and use them in...
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszdon't inline __rem_pio2l so the code size is smaller
2012-03-18 Rich Felkerfix loads of missing const in new libm, and some global...
2012-03-17 Rich Felkerfix namespace issues for lgamma, etc.
2012-03-13 Rich Felkerfirst commit of the new libm!
2012-03-02 Rich Felkerfix obscure bug in strtoull reading the highest 16...
2012-02-25 Rich Felkernew attempt at working around the gcc 3 visibility bug
2012-02-25 Rich Felkerremove useless attribute visibility from definitions
2012-02-24 Rich Felkercleanup and work around visibility bug in gcc 3 that...
2011-10-03 Rich Felkersynchronize cond var destruction with exiting waits
2011-09-28 Rich Felkerimprove pshared barriers
2011-09-27 Rich Felkerprocess-shared barrier support, based on discussion...
2011-09-26 Rich Felkerfix lost signals in cond vars
2011-09-26 Rich Felkercleanup various minor issues reported by nsz
2011-09-26 Rich Felkerredo cond vars again, use sequence numbers
2011-09-25 Rich Felkernew futex-requeue-based pthread_cond_broadcast implemen...
2011-09-23 Rich Felkerfix deadlock in condition wait whenever there are multi...
2011-09-18 Rich Felkerinitial commit of the arm port
2011-09-18 Rich Felkeroverhaul clone syscall wrapping
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
next