Age | Commit message (Expand) | Author |
2007-01-28 | dont rely on random stack state to trigger this issue; force the default stat... | Mike Frysinger |
2007-01-28 | new test taken from stat issue with new tar | Mike Frysinger |
2007-01-28 | use .bz2 rather than .gz | Mike Frysinger |
2007-01-27 | fix from blackfin repo: Jie Zhang writes: update __kernel_ipc_pid_t, __kernel... | Mike Frysinger |
2007-01-27 | fix from blackfin repo: Jie Zhang writes: Passing NULL as the second argument... | Mike Frysinger |
2007-01-26 | - fix format of comment | Bernhard Reutner-Fischer |
2007-01-26 | dont actually have to worry about local changes as svn export takes care of that | Mike Frysinger |
2007-01-26 | Fix libdl bug reported by Cedric Hombourger in | Joakim Tjernlund |
2007-01-24 | fix from Bryan Wu: return NULL upon error, not the NULL string | Mike Frysinger |
2007-01-22 | Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getres | Peter Kjellerstedt |
2007-01-21 | - repair misplaced #endif that got introduced in r17410. Fixes compilation. | Bernhard Reutner-Fischer |
2007-01-20 | Disable declarations for NPTL. | "Steven J. Hill" |
2007-01-20 | The case for _SC_MONOTONIC_CLOCK should only exist if 'clock_getres' does. | "Steven J. Hill" |
2007-01-20 | - Trim superfluous trailing whitespace. No obj-code changes. | Bernhard Reutner-Fischer |
2007-01-11 | I fixed that item long ago. | Joakim Tjernlund |
2007-01-11 | Peter Mazinger pointed out that my last commit was faulty. | Joakim Tjernlund |
2007-01-10 | merge from blackfin.uclinux.org: Adjust | Mike Frysinger |
2007-01-10 | Fix SEGV for static builds in exit() path. | Joakim Tjernlund |
2007-01-10 | need to keep __check_rhosts_file exported for proper rhost control | Mike Frysinger |
2007-01-10 | sync with upstream blackfin.uclinux.org | Mike Frysinger |
2007-01-09 | Aurelien Jacobs writes: | Joakim Tjernlund |
2007-01-09 | Joseph S. Myers writes: | Joakim Tjernlund |
2007-01-05 | Support SecurePLTs for PowerPC. You need a toolchain that supports | Joakim Tjernlund |
2007-01-05 | Atle Nissestad writes: The attached patch fixes compilation of the current sv... | Mike Frysinger |
2007-01-03 | - s/Attemt/Attempt/ | Bernhard Reutner-Fischer |
2006-12-23 | - r16732 forgot to checkin the sync of the __UCLIBC_SUSV3_LEGACY_MACROS__ fro... | Bernhard Reutner-Fischer |
2006-12-22 | - provide a hidden_def for fputc_unlocked that is aliased to __fputc_unlocked. | Bernhard Reutner-Fischer |
2006-12-20 | make sure UCLIBC_LDSO can be found via path | Mike Frysinger |
2006-12-20 | Paul Brook writes: | Mike Frysinger |
2006-12-17 | rename local "brk" var so it doesnt namespace collide with the brk() function | Mike Frysinger |
2006-12-17 | for now, dont allow mmu users to select file format | Mike Frysinger |
2006-12-16 | actually scrub it, dont just comment it out | Mike Frysinger |
2006-12-16 | start pulling in top level Rules.mak so we get access to import CFLAGS/LDFLAG... | Mike Frysinger |
2006-12-16 | scrub prototype so we dont conflict with the pthread header | Mike Frysinger |
2006-12-16 | clean up | Mike Frysinger |
2006-12-16 | small cleanups | Mike Frysinger |
2006-12-15 | Patch from Bernhard Fischer: | Eric Andersen |
2006-12-14 | fix building when __NR_sigalstack does not exist | Mike Frysinger |
2006-12-14 | if __NR_lseek is not defined, then we fall back to calling the 64bit lseek | Mike Frysinger |
2006-12-13 | force LFS support since blackfin no longer supports non-lfs | Mike Frysinger |
2006-12-13 | be more specific as to what arguments to __uClibc_main() people can skim on d... | Mike Frysinger |
2006-12-12 | Fix/disable locking when pthreads is disabled | Eric Andersen |
2006-12-12 | - fix compilation of __LDSO_CACHE_SUPPORT__ | Bernhard Reutner-Fischer |
2006-12-12 | sort out a few issues that show up on mips | Eric Andersen |
2006-12-12 | since we dont symlink the headers, theres nothing to filter | Mike Frysinger |
2006-12-12 | we just want the kernel headers, not the whole kernel source ... so people ma... | Mike Frysinger |
2006-12-11 | mostly revert the locking changes for 'malloc', as the implementation | Eric Andersen |
2006-12-11 | fix building when pthread support is disabled | Mike Frysinger |
2006-12-11 | disable LDSO when FLAT format is selected | Mike Frysinger |
2006-12-11 | dont try and compile if the MMU is disabled | Mike Frysinger |