2013-08-03 |
Rich Felker | have new timer threads unblock their own SIGTIMER |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | add system for resetting TLS to initial values |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | fix multiple bugs in SIGEV_THREAD timers |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | add some new linux AT_* flags |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | fix faccessat to support AT_EACCESS flag |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | collapse euidaccess to a call to faccessat |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | add prototypes for euidaccess/eaccess |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | add legacy euidaccess function and eaccess alias for it |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | make tdestroy allow null function pointer if no destruc... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Rich Felker | fix aliasing violations in tsearch functions |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | protect against long double type mismatches (mainly... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | add legacy function valloc |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | fix feature test macro logic for _BSD_SOURCE |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | add wcsftime_t alias |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | add missing c++ extern "C" wrapping to link.h |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | make fchdir, fchmod, fchown, and fstat support O_PATH... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | debloat code that depends on /proc/self/fd/%d with... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | work around linux's lack of flags argument to fchmodat... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | move RPATH search after LD_LIBRARY_PATH search |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | provide useless 64-bit fcntl macros with _LARGEFILE64_S... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | if map_library has allocated a buffer for phdrs, free... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | improve error handling in map_library and support long... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | fix uninitialized dyn variable in map_library |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | fix (deprecated) mktemp logic and update it to match... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | remove (no longer useful) namespace-protected __mktemp... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | make mkdtemp and mkstemp family leave template unchange... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Rich Felker | optimized memset asm for i386 and x86_64 |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Rich Felker | work around gcc 4.8's generation of self-referential... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | in pthread_getattr_np, use mremap rather than madvise... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | fix theoretical out-of-bound access in dynamic linker |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | prevent passing PT_INTERP name to dlopen from double... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | add some sanity checks in dynamic loader code |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | fix bug where read error was treated as success reading... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Rich Felker | don't call null pointer if DT_INIT/DT_FINI are null |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Rich Felker | add macros for new(ish) prctl commands |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Rich Felker | fix some prctl macros that were incorrectly copied... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Timo Teräs | use separate sigaction buffers for old and new data |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Rich Felker | release notes for 0.9.12 v0.9.12 |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Rich Felker | add missing erfcl wrapper for archs where long double... |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Rich Felker | fix semantically incorrect use of LC_GLOBAL_LOCALE |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Rich Felker | fix indention-with-spaces |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Rich Felker | reorder strftime to eliminate the incorrect indention... |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Rich Felker | add wrapper headers, with warnings, for various incorre... |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Rich Felker | a few more fixes for unistd/sysconf feature reporting |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Rich Felker | report presence of ADV and MSG options in unistd.h... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Rich Felker | report that posix_spawn is supported in unistd.h and... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Rich Felker | add ABI symbols for strtol family functions |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Rich Felker | make ldd report the libc/dynamic linker itself |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Rich Felker | fix computation of entry point and main app phdrs when... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Rich Felker | fix powerpc build breakage from dynamic linker path... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Rich Felker | new mostly-C crt1 implementation |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Rich Felker | fix undefined strcpy call in inet_ntop |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Rich Felker | make inet_ntop format v4-mapped ipv6 addresses properly |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Rich Felker | do not include math modules in the default -O3 optimiza... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Rich Felker | fix incorrect type for new si_call_addr in siginfo_t |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Szabolcs Nagy | add protocol families PF_IB and PF_VSOCK to socket.h |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Szabolcs Nagy | update siginfo according to linux headers |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | rework langinfo code for ABI compat and for use by... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | update strxfrm/wcsxfrm for future LC_COLLATE support... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | add ABI compat aliases for a number of locale_t functions |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Szabolcs Nagy | add PTRACE_PEEKSIGINFO to ptrace.h |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Szabolcs Nagy | add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Szabolcs Nagy | add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Szabolcs Nagy | remove TCP_COOKIE_TRANSACTIONS from tcp.h |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Szabolcs Nagy | add SO_SELECT_ERR_QUEUE to socket.h |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | prepare strcoll/wcscoll for LC_COLLATE support and... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | add _l versions of strtod family functions, purely... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | add __wcsftime_l symbol |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | move strftime_l into strftime.c and add __-prefixed... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | make getaddrinfo with AF_UNSPEC and null host return... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | support STB_GNU_UNIQUE symbol bindings in dynamic linker |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | move the dynamic linker's jmp_buf from static to automa... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | change jmp_buf to share an underlying type and struct... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | remove redundant check in memalign |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Rich Felker | fix heap corruption bug in memalign |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Rich Felker | enhance build process to allow selective -O3 optimization |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Rich Felker | undefine internal-use type macros at the end of alltypes.h |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rich Felker | remove SIG_ATOMIC_MIN/MAX from stdint bits headers |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rich Felker | move register_t and u_int64_t (back) to alltypes |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rich Felker | fix regression in size of nlink_t (broken stat struct... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rich Felker | make regoff_t and regex_t match C++ ABI |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rich Felker | disable legacy init/fini processing on ARM |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rich Felker | make pthread_key_t unsigned to match ABI |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rich Felker | make pthread attribute types structs, even when they... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rich Felker | change wint_t to unsigned |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Rich Felker | refactor headers, especially alltypes.h, and improve... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Rich Felker | remove init/fini array asm from arm crti/crtn files |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Rich Felker | remove __libc_csu_* cruft |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Rich Felker | add support for init/fini array in main program, and... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Rich Felker | fix order of fini_array execution for shared libs |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Rich Felker | add support for init_array/fini_array ctors/dtors to... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Rich Felker | fix shm_open wrongly being cancellable |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Rich Felker | fix uninitialized/stale use of alloc (%m modifier)... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Rich Felker | harden realloc/free to detect simple overflows |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rich Felker | add UIO_MAXIOV macro in sys/uio.h |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rich Felker | improve [f]stat[v]fs functions, and possibly work aroun... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rich Felker | change uid_t, gid_t, and id_t to unsigned types |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rich Felker | fix invalid C in new trycppif tests in configure script |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Rich Felker | add build system support for arch endian & float abi... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Rich Felker | make the dynamic linker find its path file relative... |
commit | commitdiff | tree | snapshot |
next |