2012-02-25 |
Rich Felker | replace prototype for basename in string.h with non... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | new attempt at working around the gcc 3 visibility bug |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | remove useless attribute visibility from definitions |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Rich Felker | cleanup and work around visibility bug in gcc 3 that... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Rich Felker | fix (hopefully) PTRACE_TRACEME (command 0) argument... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Rich Felker | fix for previous incorrect fix of cancellation in dns... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | fix get_current_dir_name behavior |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | remove -std=gnu99 from musl-gcc wrapper |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | two fixes for "make install" handling of shared libs |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | add get_current_dir_name function |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Rich Felker | add float_t and double_t to math.h |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Rich Felker | fix default nameserver when resolv.conf doesn't exist |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Rich Felker | fix illegal goto out of cleanup context in dns lookups |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Rich Felker | small fix for new pthread cleanup stuff |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Rich Felker | replace bad cancellation cleanup abi with a sane one |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Rich Felker | document iswspace and remove wrongly-included zwsp... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Rich Felker | fix typo in iswspace space list table |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Rich Felker | fix typo in inotify.h |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Rich Felker | protect against cancellation in dlopen |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Rich Felker | reduce some wasted space in dso structure |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | declare basename in string.h when _GNU_SOURCE is defined |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | revert hacks for types of stdint.h integer constant... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | more locale_t interfaces (string stuff) and header... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | fix some omissions and mistakes in locale_t interface... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | add more of the locale_t interfaces, all dummied out... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | x86_64 vfork implementation |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | run ctors/dtors for shared objects loaded with dlopen |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | add support for init/finit (constructors and destructors) |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | add deprecated (removed from posix) [efg]cvt() functions |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Rich Felker | include dummied-out dlopen and dlsym functions for... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Rich Felker | improve gcc wrapper to support -nostdlib, -nostartfiles |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rich Felker | make stdio open, read, and write operations cancellatio... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rich Felker | make passwd/group functions safe against cancellation... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Rich Felker | apparently gnu caddr_t is supposed to be char *, not... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Rich Felker | fix utmp.h mess, try 2 |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Rich Felker | fix previous utmp.h junk commit |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Rich Felker | add some missing junk in utmp.h |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Rich Felker | add fgetpwent (nonstandard function) |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Rich Felker | add linux setfs[ug]id syscall wrappers |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Rich Felker | remove useless "extern" keywords in headers |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rich Felker | fix typo in FPE_FLTUND definition, signal.h |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rich Felker | add MIN/MAX macros to sys/param.h |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rich Felker | add legacy futimes and lutimes functions |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Rich Felker | make gcc wrapper support -shared correctly |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Rich Felker | make glob mark symlinks-to-directories with the GLOB_MA... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rich Felker | fix broken copy relocations from dynamic linker cleanup |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rich Felker | dynamic linker support for PIE binaries (position-indep... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rich Felker | cleanup dynamic linker, removing some code duplication |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rich Felker | update release notes for 0.8.4 v0.8.4 |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Rich Felker | fix cancellation failure in single-threaded programs |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Rich Felker | support GLOB_PERIOD flag (GNU extension) to glob function |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Rich Felker | update WHATSNEW in preparation for 0.8.4 (not finished) |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Rich Felker | use prlimit syscall for getrlimit/setrlimit |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Rich Felker | add prlimit syscall wrapper |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Rich Felker | fix dynamic linker not to depend on DYNAMIC ptr in... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Rich Felker | alias basename to glibc name for it, to meet abi goals |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Rich Felker | fix char signedness bug in dynlinker hash function |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Rich Felker | fix broken reboot wrapper (syscall needs extra silly... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Rich Felker | fix issue with excessive mremap syscalls on realloc |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Rich Felker | fix __cplusplus extern "C" closing brace in pty.h ... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Rich Felker | fix signed overflows at most-negative values in ato... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Rich Felker | fix all missing instances of __cplusplus checks/extern... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Rich Felker | report sem value overflows in sem_post |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Rich Felker | add some missing GNU FNM_* extensions to the header |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Rich Felker | fix some details in ugly stuff that doesn't belong... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Rich Felker | don't define wchar_t on c++ |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Rich Felker | support vfork on i386 |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Rich Felker | make available a namespace-safe vfork, if supported |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Rich Felker | add dummy __cxa_finalize |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Rich Felker | support __cxa_atexit, and registering atexit functions... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Rich Felker | simplify atexit and fflush-on-exit handling |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Rich Felker | fix F_GETOWN return value handling |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Rich Felker | fix typo in arm clone() asm |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Rich Felker | fix fcntl O_* flags for arm |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Rich Felker | make [U]INTn_C() macros have the right type... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Rich Felker | recovering ownerdead robust mutex must reset recursive... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Rich Felker | simplify robust mutex unlock code path |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Rich Felker | fix crash if pthread_mutex_unlock is called without... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Rich Felker | use count=0 instead of 1 for recursive mutex with only... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Rich Felker | sysconf for PTHREAD_KEYS_MAX |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Rich Felker | synchronize cond var destruction with exiting waits |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Rich Felker | fix failure-to-wake in rwlock unlock |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Rich Felker | dlsym entry point for arm |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Rich Felker | dynamic linker entry point for arm |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Rich Felker | typo (copy 2) in arm reloc.h |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Rich Felker | typo in arm reloc.h |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Rich Felker | first attempt at arm dynamic linking |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Rich Felker | fix various bugs in path and error handling in execvp... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Rich Felker | don't crash on null strings in printf |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Rich Felker | fix excessive/insufficient wakes in __vm_unlock |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Rich Felker | make getmntent_r discard long lines when it returns... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Rich Felker | improve pshared barriers |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Rich Felker | next step making barrier self-sync'd destruction safe |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Rich Felker | barrier destroy must also wait for threads in other... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Rich Felker | stupid typo (caused by rather ugly spelling in POSIX... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Rich Felker | correctly handle the degenerate barrier in the pshared... |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Rich Felker | fix crash in pthread_cond_wait mutex-locked check |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Rich Felker | fix crash in pthread_testcancel if pthread_self has... |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Rich Felker | improve/debloat mutex unlock error checking in pthread_... |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Rich Felker | check mutex owner in pthread_cond_wait |
commit | commitdiff | tree | snapshot |
next |