- 2719cc8 LD_PRELOAD support by Rich Felker · 13 years ago
- ce7c634 simplify and improve double-free check by Rich Felker · 13 years ago
- 6cb277d typo in macro definitions for x86_64 by Rich Felker · 13 years ago
- 9205e48 macro for pthread_equal by Rich Felker · 13 years ago
- ef9dd03 fix missing include in last commit by Rich Felker · 13 years ago
- ad57598 fix clock() function by Rich Felker · 13 years ago
- 4054a13 implement forkall by Rich Felker · 13 years ago
- 407d933 pthread and synccall cleanup, new __synccall_wait op by Rich Felker · 13 years ago
- b1a7102 more efficient signal blocking for timer threads by Rich Felker · 13 years ago
- 8b625e4 normal exit from timer thread should run dtors, restore cancel state by Rich Felker · 13 years ago
- c516807 block signals in timer threads by Rich Felker · 13 years ago
- 1407785 condition variable signal/bcast need not wake unless there are waiters by Rich Felker · 13 years ago
- cdfb725 use weak aliase rather than weak reference for vdso clock_gettime by Rich Felker · 13 years ago
- b3c08a1 simplify unified timed wait code, drop support for newer method by Rich Felker · 13 years ago
- b2b95a5 add fast path for normal mutexes back to pthread_mutex_lock by Rich Felker · 13 years ago
- 188ebf5 close should not be cancellable after "failing" with EINTR by Rich Felker · 13 years ago
- 8426a99 ensure the compiler does not move around thread-register-based reads by Rich Felker · 13 years ago
- 3578760 simplify multi-threaded errno, eliminate useless function pointer by Rich Felker · 13 years ago
- 98acf04 use weak aliases rather than function pointers to simplify some code by Rich Felker · 13 years ago
- 338b663 fix off-by-one bug in siglongjmp that caused unpredictable behavior by Rich Felker · 13 years ago
- 5f37fc1 further debloat cancellation handlers by Rich Felker · 13 years ago
- 56385dd missed detail in cancellation bloat fix by Rich Felker · 13 years ago
- 730bee7 fix static linking dependency bloat with cancellation by Rich Felker · 13 years ago
- fc0ecd3 implement if_nameindex and if_freenameindex by Rich Felker · 13 years ago
- 50304f2 overhaul rwlocks to address several issues by Rich Felker · 13 years ago
- 8aeee8d timedwait: play it safe for now by Rich Felker · 13 years ago
- 4f5ba92 fix stubbed-out reboot call by Rich Felker · 13 years ago
- 4717bfe correctly handle old kernels without FUTEX_WAIT_BITSET by Rich Felker · 13 years ago
- bdd8933 fix sem_timedwait bug introduced in timedwait unification by Rich Felker · 13 years ago
- ec381af unify and overhaul timed futex waits by Rich Felker · 13 years ago
- c68de0b avoid accessing mutex memory after atomic unlock by Rich Felker · 13 years ago
- 344ea14 fix breakage in cancellation due to signal functions overhaul by Rich Felker · 13 years ago
- 88c4e72 overhaul posix semaphores to fix destructability race by Rich Felker · 13 years ago
- 8879839 fix wrong messages in gai_strerror by Rich Felker · 13 years ago
- f4e8e64 port numbers should always be interpreted as decimal by Rich Felker · 13 years ago
- e95b0a9 fix crash in dns code with new stdio locking code by Rich Felker · 13 years ago
- acfd06d consistency: use struct __ucontext instead of ucontext_t in prototypes by Rich Felker · 13 years ago
- 07827d1 fix race condition in sigqueue by Rich Felker · 13 years ago
- ad58818 clean up pthread_sigmask/sigprocmask dependency order by Rich Felker · 13 years ago
- 544ee75 fix some bugs in setxid and update setrlimit to use __synccall by Rich Felker · 13 years ago
- dba68bf add proper fuxed-based locking for stdio by Rich Felker · 13 years ago
- 7683fce eliminate dependence of perror on printf by Rich Felker · 13 years ago
- 7dd60b8 fix bug in synccall with no threads: lock was taken but never released by Rich Felker · 13 years ago
- afade23 add setxid.c for new set*id() framework. missed in last commit. by Rich Felker · 13 years ago
- acb0480 new attempt at making set*id() safe and robust by Rich Felker · 13 years ago
- aed707f remove ugly prng from mk*temp and just re-poll time on retry by Rich Felker · 13 years ago
- bbdcc40 eliminate mk*temp dependency on snprintf by Rich Felker · 13 years ago
- 649af9f fix for setenv bogus var argument handling by Rich Felker · 13 years ago
- e01ac67 when resolving symbols with only weak defs, use first def, not last def by Rich Felker · 13 years ago
- dd92a09 comment non-obvious de bruijn sequence code in int parser by Rich Felker · 13 years ago
- 427173b fix resolution of weak symbols (hopefully right now) and vdso by Rich Felker · 13 years ago
- e91c375 workaround for gcc's optimizer breaking dynamic symbol resolution by Rich Felker · 13 years ago
- 6ab444d load vdso, if present, into the dso list by Rich Felker · 13 years ago
- f7adc39 const correctness on function pointer by Rich Felker · 13 years ago
- a53de81 simplify dynamic linker startup by Rich Felker · 13 years ago
- e3eb493 some preliminaries for vdso clock support by Rich Felker · 13 years ago
- c0fe5b9 check for fd exhaustion in forkpty by Rich Felker · 13 years ago
- d40e344 incorrect check for open failure in openpty function by Rich Felker · 13 years ago
- 63d447e socket headers macro adjustment - workaround for buggy programs by Rich Felker · 13 years ago
- fa84566 fix errno value when fdopendir is given an invalid file descriptor by Rich Felker · 13 years ago
- 4ec07e1 ensure in fork that child gets its own new robust mutex list by Rich Felker · 13 years ago
- 94a0171 fix logic error in fread by Rich Felker · 13 years ago
- 47d027e fix various bugs in new integer parser framework by Rich Felker · 13 years ago
- d3fd192 fix wcsto[iu]max with high characters by Rich Felker · 13 years ago
- ecc9c5f new restartable integer parsing framework. by Rich Felker · 13 years ago
- 0e2331c gb18030 support in iconv (only from, not to) by Rich Felker · 13 years ago
- c3c5e88 "implement" getnetbyaddr and getnetbyname by Rich Felker · 13 years ago
- 95a85e0 legacy japanese charset support in iconv (only from, not to) by Rich Felker · 13 years ago
- 594b16e simplify iconv and support more legacy codepages by Rich Felker · 13 years ago
- 6b1d381 add missing signalfd flags by Rich Felker · 13 years ago
- a9e6d01 printf: "if a precision is specified, the '0' flag shall be ignored." by Rich Felker · 13 years ago
- cc44d9f zero precision with zero value should not inhibit prefix/width printing by Rich Felker · 13 years ago
- 3d54adb printf("%#x",0) should print 0 not 0x0 by Rich Felker · 13 years ago
- 2f0c415 iconv was not returning -1 on most failure by Rich Felker · 13 years ago
- 58483f0 0.7.12 release notes by Rich Felker · 13 years ago
- 2fdea17 fix dlopen UB due to longjmp/volatile rules violation by Rich Felker · 13 years ago
- e936e46 res_search symbol, aliased to res_query for now (better than nothing) by Rich Felker · 13 years ago
- 191ebca simple rpath support (no token expansion yet) for dynamic linker by Rich Felker · 13 years ago
- 17be829 fill in junk in stropts.h by Rich Felker · 13 years ago
- daaef35 fix error in previous ld80 fpclassify commit by Rich Felker · 13 years ago
- f6fd351 catch invalid ld80 bit patterns and treat them as nan by Rich Felker · 13 years ago
- e5cb55f fix logic in __fwriting by Rich Felker · 13 years ago
- a0b56b9 add and consolidate nasty stdio_ext junk by Rich Felker · 13 years ago
- 7640497 implement the nonstandard GNU function fpurge by Rich Felker · 13 years ago
- fb62ae7 fix buffer overrun in getgrent code when there are no group members by Rich Felker · 13 years ago
- f9ed11f posix_memalign should fail if size is not a multiple of sizeof(void *) by Rich Felker · 13 years ago
- 47e72e1 avoid errors in ucontext.h when no feature test macros are defined by Rich Felker · 13 years ago
- f7dff18 locking support for random() prng by Rich Felker · 13 years ago
- af3d540 work around linux bug in mprotect by Rich Felker · 13 years ago
- 9f17413 textrel support, cheap and ugly by Rich Felker · 13 years ago
- 2cee457 release notes for 0.7.11 by Rich Felker · 13 years ago
- 6717e62 reclaim the memory wasted by dynamic linking for use by malloc by Rich Felker · 13 years ago
- e411827 use type directives for fenv asm functions by Rich Felker · 13 years ago
- bf30100 use load address from elf header if possible by Rich Felker · 13 years ago
- c7debe1 make dynamic linker relocate the main program image last, after all libs by Rich Felker · 13 years ago
- 8d54681 fix a few bugs from last dynamic linking build system commit by Rich Felker · 13 years ago
- f9c9d8c minor updates to INSTALL documentation by Rich Felker · 13 years ago
- 207c45d cleanup shared library build system to be more $HOME-local-install friendly by Rich Felker · 13 years ago
- 230f181 further fixup dlfcn.h by Rich Felker · 13 years ago
- 87a30ce match LSB/glibc constants for dynamic loader by Rich Felker · 13 years ago