2011-08-07 |
Rich Felker | use weak aliase rather than weak reference for vdso... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | simplify unified timed wait code, drop support for... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | add fast path for normal mutexes back to pthread_mutex_lock |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | close should not be cancellable after "failing" with... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | ensure the compiler does not move around thread-registe... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | simplify multi-threaded errno, eliminate useless functi... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | use weak aliases rather than function pointers to simpl... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Rich Felker | fix off-by-one bug in siglongjmp that caused unpredicta... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | further debloat cancellation handlers |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | missed detail in cancellation bloat fix |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | fix static linking dependency bloat with cancellation |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | implement if_nameindex and if_freenameindex |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | overhaul rwlocks to address several issues |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | timedwait: play it safe for now |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | fix stubbed-out reboot call |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | correctly handle old kernels without FUTEX_WAIT_BITSET |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | fix sem_timedwait bug introduced in timedwait unification |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | unify and overhaul timed futex waits |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | avoid accessing mutex memory after atomic unlock |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Rich Felker | fix breakage in cancellation due to signal functions... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Rich Felker | overhaul posix semaphores to fix destructability race |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Rich Felker | fix wrong messages in gai_strerror |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Rich Felker | port numbers should always be interpreted as decimal |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Rich Felker | fix crash in dns code with new stdio locking code |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Rich Felker | consistency: use struct __ucontext instead of ucontext_... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Rich Felker | fix race condition in sigqueue |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Rich Felker | clean up pthread_sigmask/sigprocmask dependency order |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | fix some bugs in setxid and update setrlimit to use... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | add proper fuxed-based locking for stdio |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | eliminate dependence of perror on printf |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | fix bug in synccall with no threads: lock was taken... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | add setxid.c for new set*id() framework. missed in... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | new attempt at making set*id() safe and robust |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Rich Felker | remove ugly prng from mk*temp and just re-poll time... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Rich Felker | eliminate mk*temp dependency on snprintf |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Rich Felker | fix for setenv bogus var argument handling |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Rich Felker | when resolving symbols with only weak defs, use first... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Rich Felker | comment non-obvious de bruijn sequence code in int... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Rich Felker | fix resolution of weak symbols (hopefully right now... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Rich Felker | workaround for gcc's optimizer breaking dynamic symbol... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Rich Felker | load vdso, if present, into the dso list |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Rich Felker | const correctness on function pointer |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Rich Felker | simplify dynamic linker startup |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Rich Felker | some preliminaries for vdso clock support |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Rich Felker | check for fd exhaustion in forkpty |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Rich Felker | incorrect check for open failure in openpty function |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Rich Felker | socket headers macro adjustment - workaround for buggy... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Rich Felker | fix errno value when fdopendir is given an invalid... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Rich Felker | ensure in fork that child gets its own new robust mutex... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Rich Felker | fix logic error in fread |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Rich Felker | fix various bugs in new integer parser framework |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Rich Felker | fix wcsto[iu]max with high characters |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Rich Felker | new restartable integer parsing framework. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Rich Felker | gb18030 support in iconv (only from, not to) |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Rich Felker | "implement" getnetbyaddr and getnetbyname |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Rich Felker | legacy japanese charset support in iconv (only from... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Rich Felker | simplify iconv and support more legacy codepages |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Rich Felker | add missing signalfd flags |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Rich Felker | printf: "if a precision is specified, the '0' flag... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Rich Felker | zero precision with zero value should not inhibit prefi... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Rich Felker | printf("%#x",0) should print 0 not 0x0 |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Rich Felker | iconv was not returning -1 on most failure |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Rich Felker | 0.7.12 release notes v0.7.12 |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Rich Felker | fix dlopen UB due to longjmp/volatile rules violation |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Rich Felker | res_search symbol, aliased to res_query for now (better... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Rich Felker | simple rpath support (no token expansion yet) for dynam... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Rich Felker | fill in junk in stropts.h |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rich Felker | fix error in previous ld80 fpclassify commit |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rich Felker | catch invalid ld80 bit patterns and treat them as nan |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rich Felker | fix logic in __fwriting |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rich Felker | add and consolidate nasty stdio_ext junk |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rich Felker | implement the nonstandard GNU function fpurge |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rich Felker | fix buffer overrun in getgrent code when there are... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Rich Felker | posix_memalign should fail if size is not a multiple... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Rich Felker | avoid errors in ucontext.h when no feature test macros... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Rich Felker | locking support for random() prng |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Rich Felker | work around linux bug in mprotect |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Rich Felker | textrel support, cheap and ugly |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Rich Felker | release notes for 0.7.11 v0.7.11 |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Rich Felker | reclaim the memory wasted by dynamic linking for use... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Rich Felker | use type directives for fenv asm functions |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Rich Felker | use load address from elf header if possible |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Rich Felker | make dynamic linker relocate the main program image... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Rich Felker | fix a few bugs from last dynamic linking build system... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Rich Felker | minor updates to INSTALL documentation |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Rich Felker | cleanup shared library build system to be more $HOME... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Rich Felker | further fixup dlfcn.h |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Rich Felker | match LSB/glibc constants for dynamic loader |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Rich Felker | fix stale pointer issue in dynamic linker with dlopen |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Rich Felker | don't leave the lock held on dlopen failure.. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Rich Felker | add RTLD_DEFAULT support |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Rich Felker | in dlopen: don't use null pointer |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Rich Felker | fix resolving symbols in objects loaded in RTLD_LOCAL... |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Rich Felker | experimental dlopen/dlsym and dynlink changes needed... |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Rich Felker | type directives for x86_64 math asm |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Rich Felker | error handling in dynamic linking |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Rich Felker | fix useless use of potentially-uninitialized mode varia... |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Rich Felker | eliminate OOB array hacks in malloc |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Rich Felker | use .type directives for math asm (needed for dynamic... |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Rich Felker | fix some symbol resolution issues in dynamic linker |
commit | commitdiff | tree | snapshot |
next |