2013-08-02 |
Rich Felker | protect against long double type mismatches (mainly...
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | add legacy function valloc
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | fix feature test macro logic for _BSD_SOURCE
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | add wcsftime_t alias
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | add missing c++ extern "C" wrapping to link.h
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | make fchdir, fchmod, fchown, and fstat support O_PATH...
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | debloat code that depends on /proc/self/fd/%d with...
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | work around linux's lack of flags argument to fchmodat...
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | move RPATH search after LD_LIBRARY_PATH search
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCE
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | if map_library has allocated a buffer for phdrs, free...
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | improve error handling in map_library and support long...
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | fix uninitialized dyn variable in map_library
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | fix (deprecated) mktemp logic and update it to match...
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | remove (no longer useful) namespace-protected __mktemp...
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | make mkdtemp and mkstemp family leave template unchanged...
|
commit | commitdiff | tree |
2013-08-02 |
Rich Felker | optimized memset asm for i386 and x86_64
|
commit | commitdiff | tree |
2013-08-01 |
Rich Felker | work around gcc 4.8's generation of self-referential...
|
commit | commitdiff | tree |
2013-07-31 |
Rich Felker | in pthread_getattr_np, use mremap rather than madvise...
|
commit | commitdiff | tree |
2013-07-31 |
Rich Felker | fix theoretical out-of-bound access in dynamic linker
|
commit | commitdiff | tree |
2013-07-31 |
Rich Felker | prevent passing PT_INTERP name to dlopen from double...
|
commit | commitdiff | tree |
2013-07-31 |
Rich Felker | add some sanity checks in dynamic loader code
|
commit | commitdiff | tree |
2013-07-31 |
Rich Felker | fix bug where read error was treated as success reading...
|
commit | commitdiff | tree |
2013-07-31 |
Rich Felker | don't call null pointer if DT_INIT/DT_FINI are null
|
commit | commitdiff | tree |
2013-07-30 |
Rich Felker | add macros for new(ish) prctl commands
|
commit | commitdiff | tree |
2013-07-30 |
Rich Felker | fix some prctl macros that were incorrectly copied...
|
commit | commitdiff | tree |
2013-07-30 |
Timo Teräs | use separate sigaction buffers for old and new data
|
commit | commitdiff | tree |
2013-07-29 |
Rich Felker | release notes for 0.9.12
|
commit | commitdiff | tree |
2013-07-28 |
Rich Felker | add missing erfcl wrapper for archs where long double...
|
commit | commitdiff | tree |
2013-07-28 |
Rich Felker | fix semantically incorrect use of LC_GLOBAL_LOCALE
|
commit | commitdiff | tree |
2013-07-28 |
Rich Felker | fix indention-with-spaces
|
commit | commitdiff | tree |
2013-07-27 |
Rich Felker | reorder strftime to eliminate the incorrect indention...
|
commit | commitdiff | tree |
2013-07-27 |
Rich Felker | add wrapper headers, with warnings, for various incorrect...
|
commit | commitdiff | tree |
2013-07-27 |
Rich Felker | a few more fixes for unistd/sysconf feature reporting
|
commit | commitdiff | tree |
2013-07-27 |
Rich Felker | report presence of ADV and MSG options in unistd.h...
|
commit | commitdiff | tree |
2013-07-26 |
Rich Felker | report that posix_spawn is supported in unistd.h and...
|
commit | commitdiff | tree |
2013-07-26 |
Rich Felker | add ABI symbols for strtol family functions
|
commit | commitdiff | tree |
2013-07-26 |
Rich Felker | make ldd report the libc/dynamic linker itself
|
commit | commitdiff | tree |
2013-07-26 |
Rich Felker | fix computation of entry point and main app phdrs when...
|
commit | commitdiff | tree |
2013-07-26 |
Rich Felker | fix powerpc build breakage from dynamic linker path...
|
commit | commitdiff | tree |
2013-07-26 |
Rich Felker | new mostly-C crt1 implementation
|
commit | commitdiff | tree |
2013-07-25 |
Rich Felker | fix undefined strcpy call in inet_ntop
|
commit | commitdiff | tree |
2013-07-25 |
Rich Felker | make inet_ntop format v4-mapped ipv6 addresses properly
|
commit | commitdiff | tree |
2013-07-25 |
Rich Felker | do not include math modules in the default -O3 optimization set
|
commit | commitdiff | tree |
2013-07-25 |
Rich Felker | fix incorrect type for new si_call_addr in siginfo_t
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | rework langinfo code for ABI compat and for use by...
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | update strxfrm/wcsxfrm for future LC_COLLATE support...
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | add ABI compat aliases for a number of locale_t functions
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | prepare strcoll/wcscoll for LC_COLLATE support and...
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | add _l versions of strtod family functions, purely...
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | add __wcsftime_l symbol
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | move strftime_l into strftime.c and add __-prefixed...
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | make getaddrinfo with AF_UNSPEC and null host return...
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | support STB_GNU_UNIQUE symbol bindings in dynamic linker
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | move the dynamic linker's jmp_buf from static to automatic...
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | change jmp_buf to share an underlying type and struct...
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | remove redundant check in memalign
|
commit | commitdiff | tree |
2013-07-24 |
Rich Felker | fix heap corruption bug in memalign
|
commit | commitdiff | tree |
2013-07-23 |
Rich Felker | enhance build process to allow selective -O3 optimization
|
commit | commitdiff | tree |
2013-07-23 |
Rich Felker | undefine internal-use type macros at the end of alltypes.h
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | remove SIG_ATOMIC_MIN/MAX from stdint bits headers
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | move register_t and u_int64_t (back) to alltypes
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | fix regression in size of nlink_t (broken stat struct...
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | make regoff_t and regex_t match C++ ABI
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | disable legacy init/fini processing on ARM
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | make pthread_key_t unsigned to match ABI
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | make pthread attribute types structs, even when they...
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | change wint_t to unsigned
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | refactor headers, especially alltypes.h, and improve...
|
commit | commitdiff | tree |
2013-07-21 |
Rich Felker | remove init/fini array asm from arm crti/crtn files
|
commit | commitdiff | tree |
2013-07-21 |
Rich Felker | remove __libc_csu_* cruft
|
commit | commitdiff | tree |
2013-07-21 |
Rich Felker | add support for init/fini array in main program, and...
|
commit | commitdiff | tree |
2013-07-21 |
Rich Felker | fix order of fini_array execution for shared libs
|
commit | commitdiff | tree |
2013-07-20 |
Rich Felker | add support for init_array/fini_array ctors/dtors to...
|
commit | commitdiff | tree |
2013-07-20 |
Rich Felker | fix shm_open wrongly being cancellable
|
commit | commitdiff | tree |
2013-07-20 |
Rich Felker | fix uninitialized/stale use of alloc (%m modifier)...
|
commit | commitdiff | tree |
2013-07-20 |
Rich Felker | harden realloc/free to detect simple overflows
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | add UIO_MAXIOV macro in sys/uio.h
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | improve [f]stat[v]fs functions, and possibly work around...
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | change uid_t, gid_t, and id_t to unsigned types
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | fix invalid C in new trycppif tests in configure script
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | add build system support for arch endian & float abi...
|
commit | commitdiff | tree |
2013-07-18 |
Rich Felker | make the dynamic linker find its path file relative...
|
commit | commitdiff | tree |
2013-07-18 |
Rich Felker | fix off-by-one error in checks for implementation-internal...
|
commit | commitdiff | tree |
2013-07-18 |
Rich Felker | fix FILENAME_MAX to match PATH_MAX
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | make spacing in x86_64 alltypes.h.sh more uniform with...
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | make posix_spawn (and functions that use it) use CLONE_VFORK...
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | fix missing argument in variadic syscall macros
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | fix error code on time conversion overflows
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | fix fd leak in file mapping code used in new zoneinfo...
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | the big time handling overhaul
|
commit | commitdiff | tree |
2013-07-13 |
Rich Felker | fix omission of dtv setup in static linked programs...
|
commit | commitdiff | tree |
2013-07-10 |
Rich Felker | add PIE support for ARM
|
commit | commitdiff | tree |
2013-07-10 |
Rich Felker | add some ARM EABI-specific exception handling infrastructure
|
commit | commitdiff | tree |
2013-07-10 |
Rich Felker | fix invalid library phdr pointers passed to callback...
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | fix a couple misleading/wrong signal descriptions in...
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | add realtime signals to strsignal
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | fix off-by-one array bound in strsignal
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | fix bogus lazy allocation in ctermid and missing malloc...
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | fix fd leak on races and cancellation in ctermid
|
commit | commitdiff | tree |