about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix aliasing violations in tsearch functionsRich Felker2013-08-021-2/+10
* protect against long double type mismatches (mainly powerpc for now)Rich Felker2013-08-022-0/+28
* add legacy function vallocRich Felker2013-08-021-0/+8
* fix feature test macro logic for _BSD_SOURCERich Felker2013-08-023-7/+7
* add wcsftime_t aliasRich Felker2013-08-021-0/+3
* add missing c++ extern "C" wrapping to link.hRich Felker2013-08-021-0/+8
* make fchdir, fchmod, fchown, and fstat support O_PATH file descriptorsRich Felker2013-08-024-5/+37
* debloat code that depends on /proc/self/fd/%d with shared functionRich Felker2013-08-025-6/+26
* work around linux's lack of flags argument to fchmodat syscallRich Felker2013-08-021-1/+29
* move RPATH search after LD_LIBRARY_PATH searchRich Felker2013-08-021-2/+2
* provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCERich Felker2013-08-021-0/+3
* if map_library has allocated a buffer for phdrs, free it on success tooRich Felker2013-08-021-0/+1
* improve error handling in map_library and support long phdrsRich Felker2013-08-021-12/+21
* fix uninitialized dyn variable in map_libraryRich Felker2013-08-021-1/+1
* fix (deprecated) mktemp logic and update it to match other temp functionsRich Felker2013-08-021-4/+11
* remove (no longer useful) namespace-protected __mktemp symbolRich Felker2013-08-021-4/+1
* make mkdtemp and mkstemp family leave template unchanged on failRich Felker2013-08-022-13/+18
* optimized memset asm for i386 and x86_64Rich Felker2013-08-012-0/+88
* work around gcc 4.8's generation of self-referential mem* functions at -O3Rich Felker2013-08-012-0/+13
* in pthread_getattr_np, use mremap rather than madvise to measure stackRich Felker2013-07-311-1/+2
* fix theoretical out-of-bound access in dynamic linkerRich Felker2013-07-311-1/+1
* prevent passing PT_INTERP name to dlopen from double-loading libcRich Felker2013-07-311-6/+11
* add some sanity checks in dynamic loader codeRich Felker2013-07-311-0/+10
* fix bug where read error was treated as success reading library headersRich Felker2013-07-311-1/+1
* don't call null pointer if DT_INIT/DT_FINI are nullRich Felker2013-07-311-2/+2
* add macros for new(ish) prctl commandsRich Felker2013-07-301-0/+37
* fix some prctl macros that were incorrectly copied into this fileRich Felker2013-07-301-3/+3
* use separate sigaction buffers for old and new dataTimo Teräs2013-07-302-8/+8
* release notes for 0.9.12 v0.9.12Rich Felker2013-07-291-0/+39
* add missing erfcl wrapper for archs where long double is plain doubleRich Felker2013-07-281-0/+4
* fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker2013-07-287-7/+7
* fix indention-with-spacesRich Felker2013-07-271-1/+1
* reorder strftime to eliminate the incorrect indention levelRich Felker2013-07-271-5/+5
* add wrapper headers, with warnings, for various incorrect names under sysRich Felker2013-07-276-0/+11
* a few more fixes for unistd/sysconf feature reportingRich Felker2013-07-272-7/+8
* report presence of ADV and MSG options in unistd.h and sysconfRich Felker2013-07-262-2/+4
* report that posix_spawn is supported in unistd.h and sysconfRich Felker2013-07-262-1/+2
* add ABI symbols for strtol family functionsRich Felker2013-07-261-0/+8
* make ldd report the libc/dynamic linker itselfRich Felker2013-07-261-0/+22
* fix computation of entry point and main app phdrs when invoking via ldsoRich Felker2013-07-261-3/+1
* fix powerpc build breakage from dynamic linker path search changesRich Felker2013-07-261-1/+1
* new mostly-C crt1 implementationRich Felker2013-07-269-0/+96
* fix undefined strcpy call in inet_ntopRich Felker2013-07-251-1/+1
* make inet_ntop format v4-mapped ipv6 addresses properlyRich Felker2013-07-251-8/+14
* do not include math modules in the default -O3 optimization setRich Felker2013-07-241-1/+1
* fix incorrect type for new si_call_addr in siginfo_tRich Felker2013-07-241-3/+3
* add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy2013-07-251-1/+5
* update siginfo according to linux headersSzabolcs Nagy2013-07-241-1/+13
* rework langinfo code for ABI compat and for use by time codeRich Felker2013-07-244-17/+17
* update strxfrm/wcsxfrm for future LC_COLLATE support and ABI compatRich Felker2013-07-244-14/+20