OSDN Git Service

fix regression in access to optopt object
[android-x86/external-musl-libc.git] / src /
2018-09-12 Rich Felkermake arch __clone backends hidden
2018-09-12 Rich Felkermove tlsdesc and internal dl function declarations...
2018-09-12 Rich Felkeradd internal header for declaring __pleval function...
2018-09-12 Rich Felkermove __stdio_exit_needed to stdio_impl.h
2018-09-12 Rich Felkermove __loc_is_allocated declaration to locale_impl.h
2018-09-12 Rich Felkermove declarations of tls setup/access functions to...
2018-09-12 Rich Felkeradd and use internal header for *rand48 lcg
2018-09-12 Rich Felkermove __strftime_fmt_1 declaration to time_impl.h
2018-09-12 Rich Felkermove __tm_to_tzname declaration to time_impl.h with...
2018-09-12 Rich Felkerremove unused code from strcpy.c
2018-09-12 Rich Felkermove __res_msend_rc declaration to lookup.h
2018-09-12 Rich Felkerfix type-mismatched declarations of __nl_langinfo_l...
2018-09-12 Rich Felkerfor c11 mtx and cnd functions, use externally consisten...
2018-09-12 Rich Felkermove and deduplicate declarations of __dns_parse to...
2018-09-12 Rich Felkermove lgamma-related internal declarations to libm.h
2018-09-12 Rich Felkerdeclare __syscall_ret as hidden in vfork asm
2018-09-12 Patrick Oppenlanderadd arm asm for vfork
2018-09-12 Rich Felkermove declarations for malloc internals to malloc_impl.h
2018-09-12 Rich Felkerimprove machinery for ldso to report libc version
2018-09-12 Rich Felkermake internal declarations for flockfile tracking funct...
2018-09-12 Rich Felkermake inadvertently exposed __h{create,delete,search...
2018-09-12 Rich Felkermake inadvertently exposed __pthread_{timed,try}join_np...
2018-09-12 Rich Felkeruse idiomatic weak alias approach for defining asctime_r
2018-09-12 Rich Felkermove and deduplicate declarations of __vdsosym to make...
2018-09-12 Rich Felkermove and deduplicate declarations of __procfdname to...
2018-09-12 Rich Felkerfix issues from public functions defined without declar...
2018-09-05 Rich Felkerremove leftover declarations for removed functions...
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-09-05 Rich Felkerfix namespace violation for c11 mutex functions
2018-09-05 Rich Felkerin pthread_mutex_timedlock, avoid repeatedly reading...
2018-09-05 Rich Felkerin pthread_mutex_trylock, EBUSY out more directly when...
2018-09-04 Joseph C. Sibleimplement fexecve in terms of execveat when it exists
2018-09-02 Rich Felkerfix stack-based oob memory clobber in resolver's result...
2018-09-01 Rich Felkerconsistently use _NSIG/8 idiom for kernel sigset size...
2018-09-01 Rich Felkeralways terminate by SIGABRT when abort is called
2018-09-01 Rich Felkeroptimize raise not to make a syscall for getting tid
2018-08-30 Rich Felkerprevent perror from clobbering stderr's orientation
2018-08-30 Rich Felkerprevent psignal/psiginfo from clobbering stderr orienta...
2018-08-30 Rich Felkermake vfprintf set stream orientation even for zero...
2018-08-30 Rich Felkerre-fix vfprintf temporary buffer logic
2018-08-30 Rich Felkerfix missing flush of stderr at exit if it was put in...
2018-08-29 Rich Felkerfix async thread cancellation on sh-fdpic
2018-08-29 Rich Felkerfix async thread cancellation on powerpc64
2018-08-29 A. Wilcoxvfwprintf: honor field width with 'c' format type
2018-08-29 Rich Felkerfix several values reported by sysconf
2018-08-29 Rich Felkerfix return value of system on failure to spawn child...
2018-08-29 Rich Felkerset stream orientations in open_[w]memstream
2018-08-28 Rich Felkermake fmemopen's w+ mode truncate the buffer
2018-08-28 Rich Felkerset errno when fileno is called on a FILE with no under...
2018-08-28 Rich Felkerreject invalid arguments to pthread_barrierattr_setpshared
2018-08-28 Szabolcs Nagyrewrite __aeabi_read_tp in asm
2018-08-28 Rich Felkerfix deadlock in async thread self-cancellation
2018-08-27 A. Wilcoxtime: fix incorrect DST offset when using POSIX timezon...
2018-08-23 Szabolcs Nagyfix tls access on arm targets before armv6k
2018-08-23 Rich Felkerfix missing strerror text for EMULTIHOP
2018-08-23 Rich Felkerfix printf precision specifier for hex floats on non...
2018-08-22 Rich Felkergetopt: update optarg and optind correctly on missing...
2018-08-21 Rich Felkerremove erroneous SYMLINK_MAX definition from limits...
2018-08-18 Segev Finermips archs: fix runaway execution if start fn passed...
2018-08-16 Rich Felkerfix pthread_create return value with PTHREAD_EXPLICIT_SCHED
2018-08-08 Rich Felkerfix sign of strftime %z output with offsets <1 hour...
2018-07-27 Rich Felkermake pthread_attr_init honor defaults set by pthread_se...
2018-07-23 Fangrui Songbsearch: simplify and optimize
2018-07-18 Rich Felkerremove spurious declaration of __getdents from readdir.c
2018-07-18 Rich Felkerfix regression in alignment of dirent structs produced...
2018-07-15 Rich Felkerimplement getaddrinfo's AI_ADDRCONFIG flag
2018-07-14 Rich Felkerfix writes outside buffer by ungetc after setvbuf
2018-07-11 Rich Felkerresolver: don't depend on v4mapped ipv6 to probe routab...
2018-07-02 Alexander Monakovoptimize explicit_bzero for size
2018-06-27 Patrick Oppenlanderfix missing timeout argument to futex syscall in __fute...
2018-06-26 David Carlieradd explicit_bzero implementation
2018-06-26 Arthur Jonesinet_ntop: do not compress single zeros in IPv6
2018-06-26 Daniel Sabogalstrftime: fix underlying format string in %z format
2018-06-26 Rich Felkerresolver: omit final dot (root/suppress-search) in...
2018-06-21 Szabolcs Nagyadd memfd_create syscall wrapper
2018-06-21 Szabolcs Nagyadd mlock2 linux syscall wrapper
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
2018-06-19 Rich Felkeradd m68k port
2018-06-14 Rich Felkeradd support for m68k 80-bit long double variant
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-06-02 Rich Felkerfix output size handling for multi-unicode-char big5...
2018-06-02 Rich Felkerfix iconv mapping of big5-hkscs characters that map...
2018-05-09 Will Dietzfix iconv conversion to UTF-32 with implicit (big)...
2018-05-09 Will Dietzfix iconv buffer overflow converting to legacy JIS...
2018-05-09 Rich Felkermake linking of thread-start with explicit scheduling...
2018-05-09 Rich Felkerimprove design of thread-start with explicit scheduling...
2018-05-08 Rich Felkerclean up and reduce size of internal pthread structure
2018-05-06 Rich Felkerimprove joinable/detached thread state handling
2018-05-05 Rich Felkerimprove pthread_exit synchronization with functions...
2018-05-04 Rich Felkerremove incorrect ESRCH error from pthread_kill
2018-05-02 Rich Felkeruse a dedicated futex object for pthread_join instead...
2018-05-01 Rich Felkeroptimize sigisemptyset
2018-05-01 Rich Felkeravoid excessive stack usage in getcwd
2018-04-27 Rich Felkergetopt_long_only: don't prefix-match long-options that...
2018-04-20 Rich Felkerreintroduce hardening against partially-replaced allocator
2018-04-20 Rich Felkerreturn chunks split off by memalign using __bin_chunk...
2018-04-20 Rich Felkerusing malloc implementation types/macros/idioms for...
2018-04-19 Rich Felkermove malloc implementation types and macros to an inter...
2018-04-19 Rich Felkerrevert detection of partially-replaced allocator
2018-04-19 Will Dietzsetvbuf: minor comment typo fix
next