fix error cases in mkostemps core
[musl] / src /
2013-02-21 Rich Felkerfix error cases in mkostemps core
2013-02-21 Rich Felkerremove leftover unused variable in mktemp after refactoring
2013-02-21 Rich Felkeradd mkostemp, mkstemps, and mkostemps functions and...
2013-02-17 Rich Felkerremove unused #undef environ now that libc.h no longer...
2013-02-17 Rich Felkerconsistently use the internal name __environ for environ
2013-02-17 Rich Felkeradd fgetgrent function
2013-02-07 Rich Felkerfix typo in newly-added error message for EOWNERDEAD
2013-02-07 Rich Felkerimprove error strings
2013-02-03 Rich Felkerbase system() on posix_spawn
2013-02-03 Rich Felkerfix unsigned comparison bug in posix_spawn
2013-02-03 Rich Felkeroverhaul posix_spawn to use CLONE_VM instead of vfork
2013-02-03 Rich Felkerstreamline old-kernel fallback path of pipe2 to use...
2013-02-02 Rich Felkerdynamically allocate storage for gethostby* buffers
2013-02-02 Rich Felkerfix blank ai_canonname from getaddrinfo for non-CNAMEs
2013-02-02 Rich Felkerfix memory leak due to double call to getaddrinfo in...
2013-02-02 Rich Felkerfix error returns in gethostby*_r functions
2013-02-02 Rich Felkerfix uninitialized map_len being used in munmap failure...
2013-02-02 Rich Felkerfix stale locks left behind when pthread_create fails
2013-02-02 Rich Felkerif pthread_create fails, it must not attempt mmap if...
2013-02-02 Rich Felkerpthread stack treatment overhaul for application-provid...
2013-02-02 rofl0rmake some arrays const
2013-02-01 Rich Felkerreplace __wake function with macro that performs direct...
2013-02-01 Rich Felkerfix up minor misplacement of restrict keyword in spawna...
2013-02-01 Rich Felkerrevert regex "cleanup" that seems unjustified and may...
2013-01-26 Rich Felkerfix tm_to_time logic for number of days in november
2013-01-24 Rich Felkeradd support for RTLD_NOLOAD to dlopen
2013-01-24 Rich Felkerfix regression in dlsym: rejection of special RTLD_...
2013-01-16 Rich Felkerfix warning building dynlink.c stub for static libc
2013-01-16 Rich Felkerfix bug in dladdr that prevented resolving addresses...
2013-01-15 Szabolcs Nagyremove unused "params" related code from regex
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-13 Szabolcs Nagyregex: remove an unused local variable from regexec
2013-01-13 Szabolcs Nagyin crypt_des change unnecessary union keybuf into unsig...
2013-01-13 Szabolcs Nagycrypt: fix the prototype of md5_sum, sha256_sum and...
2013-01-13 Szabolcs Nagyfix lio_listio return value in LIO_WAIT mode
2013-01-10 Rich Felkercheck for invalid handles in dlsym/dlclose
2013-01-07 Szabolcs Nagymath: erf and erfc cleanup math
2013-01-04 rofl0r__assert_fail(): remove _Noreturn, to get proper stackt...
2013-01-01 Szabolcs Nagymath: bessel cleanup (jn.c and jnf.c)
2013-01-01 Szabolcs Nagymath: bessel cleanup (j1.c and j1f.c)
2013-01-01 Szabolcs Nagymath: bessel cleanup (j0.c and j0f.c)
2012-12-27 Rich Felkerfix alignment logic in strlcpy
2012-12-26 Rich Felkerfix reference to libc struct in static tls init code
2012-12-20 Rich Felkerclean up and fix logic for making mmap fail on invalid...
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-19 rofl0radd inet_network (required for wine)
2012-12-16 Szabolcs Nagymath: use 0x1p-120f and 0x1p120f for tiny and huge...
2012-12-16 Szabolcs Nagymath: tgammal.c fixes
2012-12-16 Szabolcs Nagymath: tanh.c cleanup similar to sinh, cosh
2012-12-16 Szabolcs Nagymath: sinh.c cleanup similar to the cosh one
2012-12-16 Szabolcs Nagymath: finished cosh.c cleanup
2012-12-16 Szabolcs Nagymath: x86_64 version of expl, fixed some comments in...
2012-12-16 Szabolcs Nagymath: move x86_64 exp2l implementation to exp2l.s from...
2012-12-16 Rich Felkerfix breakage in ldd (failure to print library load...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-14 Szabolcs Nagymath: fix i386/expl.s with more precise x*log2e
2012-12-12 Szabolcs Nagymath: add a non-dummy tgamma implementation
2012-12-12 Szabolcs Nagymath: cosh cleanup
2012-12-12 Szabolcs Nagymath: fix comment in __rem_pio2f.c
2012-12-11 Szabolcs Nagymath: add empty __invtrigl.s to i386 and x86_64
2012-12-11 Szabolcs Nagymath: clean up inverse trigonometric functions
2012-12-11 Szabolcs Nagymath: rewrite inverse hyperbolic functions to be simple...
2012-12-11 Szabolcs Nagymake CMPLX macros available in complex.h in non-c11...
2012-12-11 Rich Felkerfix double errno-decoding in the old-kernel fallback...
2012-12-10 Rich Felkerdocument self-synchronized destruction issue for stdio...
2012-12-08 Rich Felkerpage-align initial brk value used by malloc in shared...
2012-12-07 Rich Felkerremove __arch_prctl alias for arch_prctl
2012-12-07 Rich Felkermove new linux syscall wrapper functions to proper...
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-12-07 Rich Felkerfix invalid read in aligned_alloc
2012-12-06 rofl0rfix sigorset/sigandset: _NSIG/8 is the size in bytes
2012-12-06 rofl0rsigandset/sigorset: do not check for NULL pointers.
2012-12-06 rofl0rfixup sigandset
2012-12-06 rofl0radd arch_prctl syscall (amd64/x32 only)
2012-12-06 rofl0radd personality syscall
2012-12-06 rofl0radd sigandset and sigorset (needed for qemu)
2012-12-06 rofl0radd obsolete futimesat()
2012-12-06 Rich Felkerremove fenv saving/loading code from setjmp/longjmp...
2012-12-05 Rich Felkerremove mips setjmp/longjmp code to save/restore fenv
2012-12-05 Rich Felkeruse alternate argument syntax for restrict with lio_listio
2012-11-30 Rich Felkerfix ordering of shared library ctors with respect to...
2012-11-27 Rich Felkerfix some restrict-qualifier mismatches in newly added...
2012-11-26 Rich Felkereliminate gdb complaints about missing linux-gate.so.1
2012-11-23 Rich Felkerfix powerpc sigsetjmp asm to match the new jmp_buf...
2012-11-23 Rich Felkerfix powerpc setjmp/longjmp to save/restore float regs...
2012-11-19 rofl0rpowerpc: handle syscall error in clone.
2012-11-19 Rich Felkerfix powerpc asm not to store data in volatile space...
2012-11-19 Rich Felkeradd port io functions to sys/io.h
2012-11-18 Rich Felkerfenv support for ppc, untested
2012-11-18 Rich Felkerfix feholdexcept -- it needs to clear exceptions after...
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 Szabolcs Nagymath: use float constants in exp10f.c
2012-11-18 Szabolcs Nagymath: expl.c cleanup
2012-11-18 Szabolcs Nagymath: expf.c cleanup
2012-11-18 Rich Felkerfix typo in dynamic linker path file loading code
2012-11-17 Rich Felkeradd stub versions of some missing optional pthread...
2012-11-17 Szabolcs Nagymath: cleanup exp2.c exp2f.c and exp2l.c
2012-11-17 Rich Felkerarg-skipping code for powerpc dynamic linker
2012-11-17 Szabolcs Nagymath: exp.c clean up
2012-11-17 Rich Felkerdynamic linking support for powerpc
next