summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-30add proper fuxed-based locking for stdioRich Felker20-46/+71
2011-07-30eliminate dependence of perror on printfRich Felker1-10/+5
2011-07-30fix bug in synccall with no threads: lock was taken but never releasedRich Felker1-4/+4
2011-07-29add setxid.c for new set*id() framework. missed in last commit.Rich Felker1-0/+49
2011-07-29new attempt at making set*id() safe and robustRich Felker13-130/+130
2011-07-28remove ugly prng from mk*temp and just re-poll time on retryRich Felker1-6/+5
2011-07-28eliminate mk*temp dependency on snprintfRich Felker1-3/+4
2011-07-28fix for setenv bogus var argument handlingRich Felker1-1/+1
2011-07-25when resolving symbols with only weak defs, use first def, not last defRich Felker1-0/+1
2011-07-25comment non-obvious de bruijn sequence code in int parserRich Felker1-0/+2
2011-07-24fix resolution of weak symbols (hopefully right now) and vdsoRich Felker1-3/+9
2011-07-24workaround for gcc's optimizer breaking dynamic symbol resolutionRich Felker1-1/+2
2011-07-24load vdso, if present, into the dso listRich Felker1-2/+31
2011-07-24const correctness on function pointerRich Felker1-1/+1
2011-07-24simplify dynamic linker startupRich Felker1-23/+17
2011-07-23some preliminaries for vdso clock supportRich Felker3-7/+35
2011-07-22check for fd exhaustion in forkptyRich Felker1-2/+15
2011-07-22incorrect check for open failure in openpty functionRich Felker1-1/+1
2011-07-21fix errno value when fdopendir is given an invalid file descriptorRich Felker1-1/+4
2011-07-16ensure in fork that child gets its own new robust mutex listRich Felker1-0/+1
2011-07-16fix logic error in freadRich Felker1-6/+1
2011-07-14fix various bugs in new integer parser frameworkRich Felker5-10/+15
2011-07-14fix wcsto[iu]max with high charactersRich Felker2-4/+2
2011-07-14new restartable integer parsing framework.Rich Felker6-156/+197
2011-07-12gb18030 support in iconv (only from, not to)Rich Felker2-2/+1887
2011-07-12"implement" getnetbyaddr and getnetbynameRich Felker1-0/+12
2011-07-12legacy japanese charset support in iconv (only from, not to)Rich Felker2-0/+597
2011-07-12simplify iconv and support more legacy codepagesRich Felker3-352/+331
2011-07-04printf: "if a precision is specified, the '0' flag shall be ignored."Rich Felker1-1/+1
2011-07-04zero precision with zero value should not inhibit prefix/width printingRich Felker1-1/+4
2011-07-04printf("%#x",0) should print 0 not 0x0Rich Felker1-1/+1
2011-07-03iconv was not returning -1 on most failureRich Felker1-0/+2
2011-07-01fix dlopen UB due to longjmp/volatile rules violationRich Felker1-1/+1
2011-06-30res_search symbol, aliased to res_query for now (better than nothing)Rich Felker1-0/+3
2011-06-30simple rpath support (no token expansion yet) for dynamic linkerRich Felker1-2/+8
2011-06-30fix error in previous ld80 fpclassify commitRich Felker1-1/+1
2011-06-30catch invalid ld80 bit patterns and treat them as nanRich Felker1-2/+2
2011-06-30fix logic in __fwritingRich Felker1-1/+1
2011-06-30add and consolidate nasty stdio_ext junkRich Felker3-17/+57
2011-06-30implement the nonstandard GNU function fpurgeRich Felker1-0/+11
2011-06-30fix buffer overrun in getgrent code when there are no group membersRich Felker1-4/+8
2011-06-29posix_memalign should fail if size is not a multiple of sizeof(void *)Rich Felker1-1/+1
2011-06-29locking support for random() prngRich Felker1-7/+28
2011-06-29work around linux bug in mprotectRich Felker1-1/+5
2011-06-29textrel support, cheap and uglyRich Felker1-0/+5
2011-06-28reclaim the memory wasted by dynamic linking for use by mallocRich Felker1-0/+39
2011-06-28use type directives for fenv asm functionsRich Felker2-0/+14
2011-06-28use load address from elf header if possibleRich Felker1-1/+1
2011-06-28make dynamic linker relocate the main program image last, after all libsRich Felker1-0/+1
2011-06-26fix stale pointer issue in dynamic linker with dlopenRich Felker1-0/+1