Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | note 0.9.28.1 release | Mike Frysinger | 2007-01-28 | 1 | -0/+15 | |
| | ||||||
* | its a new year | Mike Frysinger | 2007-01-28 | 2 | -2/+2 | |
| | ||||||
* | make sure we clear out the buffer so that random garbage on the stack doesnt ↵ | Mike Frysinger | 2007-01-28 | 1 | -2/+6 | |
| | | | | screw us up | |||||
* | Paul Brook writes: | Mike Frysinger | 2007-01-28 | 1 | -3/+4 | |
| | | | | | The patch below tweaks the ARM nommu startup code so that doubleword stack alignment is preserved. This is required on EABI targets. | |||||
* | fix typo as pointed out by Tony Wu and cleanup source | Mike Frysinger | 2007-01-28 | 1 | -18/+23 | |
| | ||||||
* | dont rely on random stack state to trigger this issue; force the default ↵ | Mike Frysinger | 2007-01-28 | 1 | -0/+3 | |
| | | | | stat structs to alternative bit masks | |||||
* | new test taken from stat issue with new tar | Mike Frysinger | 2007-01-28 | 1 | -0/+104 | |
| | ||||||
* | use .bz2 rather than .gz | Mike Frysinger | 2007-01-28 | 1 | -3/+3 | |
| | ||||||
* | fix from blackfin repo: Jie Zhang writes: update __kernel_ipc_pid_t, ↵ | Mike Frysinger | 2007-01-27 | 1 | -3/+3 | |
| | | | | __kernel_uid_t and __kernel_gid_t types to match actual kernel types | |||||
* | fix from blackfin repo: Jie Zhang writes: Passing NULL as the second ↵ | Mike Frysinger | 2007-01-27 | 1 | -6/+1 | |
| | | | | argument to utimes () if the second argument to utime () is NULL as the kernel will take care of getting/setting current time | |||||
* | - fix format of comment | Bernhard Reutner-Fischer | 2007-01-26 | 1 | -1/+1 | |
| | ||||||
* | dont actually have to worry about local changes as svn export takes care of that | Mike Frysinger | 2007-01-26 | 1 | -1/+0 | |
| | ||||||
* | Fix libdl bug reported by Cedric Hombourger in | Joakim Tjernlund | 2007-01-26 | 2 | -30/+32 | |
| | | | | http://uclibc.org/lists/uclibc/2007-January/017165.html | |||||
* | fix from Bryan Wu: return NULL upon error, not the NULL string | Mike Frysinger | 2007-01-24 | 1 | -4/+3 | |
| | ||||||
* | Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getres | Peter Kjellerstedt | 2007-01-22 | 1 | -2/+2 | |
| | | | | is not defined. | |||||
* | - repair misplaced #endif that got introduced in r17410. Fixes compilation. | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -1/+1 | |
| | ||||||
* | Disable declarations for NPTL. | "Steven J. Hill" | 2007-01-20 | 1 | -0/+2 | |
| | ||||||
* | The case for _SC_MONOTONIC_CLOCK should only exist if 'clock_getres' does. | "Steven J. Hill" | 2007-01-20 | 1 | -0/+2 | |
| | ||||||
* | - Trim superfluous trailing whitespace. No obj-code changes. | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -10/+8 | |
| | ||||||
* | I fixed that item long ago. | Joakim Tjernlund | 2007-01-11 | 1 | -8/+0 | |
| | ||||||
* | Peter Mazinger pointed out that my last commit was faulty. | Joakim Tjernlund | 2007-01-11 | 7 | -6/+21 | |
| | | | | This should fix it. | |||||
* | merge from blackfin.uclinux.org: Adjust | Mike Frysinger | 2007-01-10 | 1 | -17/+10 | |
| | | | | crt1.S so that __uClibc_main is called properly | |||||
* | Fix SEGV for static builds in exit() path. | Joakim Tjernlund | 2007-01-10 | 3 | -2/+27 | |
| | | | | Leave the now obsolete libc/misc/pthread dir in for now. | |||||
* | need to keep __check_rhosts_file exported for proper rhost control | Mike Frysinger | 2007-01-10 | 1 | -1/+5 | |
| | ||||||
* | sync with upstream blackfin.uclinux.org | Mike Frysinger | 2007-01-10 | 1 | -94/+94 | |
| | ||||||
* | Aurelien Jacobs writes: | Joakim Tjernlund | 2007-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | After our last update a new compilation breakage appeared when compiling gcc: /home/aurel/geex/geexbox/build.i386/toolchain/i386-pc-linux-uclibc/sysroot/usr/include/bits/uClibc_stdio.h:346: error: expected initializer before 'attribute_hidden' Some investigations revealed that the following changeset is responsible for this breakage: http://uclibc.org/cgi-bin/viewcvs.cgi/trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_stdio.h?rev=16801&r1=16793&r2=16801&diff_format=h Reverting just one hunk of this changeset fixed the problem us. I'm not sure this is the right fix, but please see attached patch. Look good to me. | |||||
* | Joseph S. Myers writes: | Joakim Tjernlund | 2007-01-09 | 1 | -2/+2 | |
| | | | | | | | | | ELF symbol names are arbitrary 0-terminated sequences of bytes, and the ELF hash function is defined in the ELF specification to use unsigned char. Thus uClibc's _dl_elf_hash, using plain char, breaks when char is signed and symbol names contain bytes with the high bit set, as with GCC's ucnid-* tests. This patch fixes this problem. | |||||
* | Support SecurePLTs for PowerPC. You need a toolchain that supports | Joakim Tjernlund | 2007-01-05 | 9 | -73/+139 | |
| | | | | | | config option --enable-secureplt. The assembler must also supports R_PPC_REL16* relocations. gcc 4.1.1 and binutils 2.17 is known to do this. | |||||
* | Atle Nissestad writes: The attached patch fixes compilation of the current ↵ | Mike Frysinger | 2007-01-05 | 6 | -44/+312 | |
| | | | | svn on the nios2 platform, and updates the crt1/n/i.S files to get CTOR/DTOR-support to work. | |||||
* | - s/Attemt/Attempt/ | Bernhard Reutner-Fischer | 2007-01-03 | 1 | -1/+1 | |
| | ||||||
* | - r16732 forgot to checkin the sync of the __UCLIBC_SUSV3_LEGACY_MACROS__ ↵ | Bernhard Reutner-Fischer | 2006-12-23 | 1 | -1/+3 | |
| | | | | from string.h | |||||
* | - provide a hidden_def for fputc_unlocked that is aliased to __fputc_unlocked. | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -0/+2 | |
| | | | | Fixes undefined references to __fputc_unlocked when calling fputc(). | |||||
* | make sure UCLIBC_LDSO can be found via path | Mike Frysinger | 2006-12-20 | 1 | -1/+7 | |
| | ||||||
* | Paul Brook writes: | Mike Frysinger | 2006-12-20 | 1 | -0/+1 | |
| | | | | | | | | | | When building an arm-uclinux toolchain withthreading disabled I get: libc/stdio/getchar.c:26: error: 'getchar' aliased to undefined symbol 'getchar_unlocked' It looks like it's missing libc_hidden_def(getchar_unlocked). Patch below fixes this. | |||||
* | rename local "brk" var so it doesnt namespace collide with the brk() function | Mike Frysinger | 2006-12-17 | 1 | -18/+18 | |
| | ||||||
* | for now, dont allow mmu users to select file format | Mike Frysinger | 2006-12-17 | 1 | -0/+5 | |
| | ||||||
* | actually scrub it, dont just comment it out | Mike Frysinger | 2006-12-16 | 1 | -5/+0 | |
| | ||||||
* | start pulling in top level Rules.mak so we get access to import ↵ | Mike Frysinger | 2006-12-16 | 3 | -5/+6 | |
| | | | | CFLAGS/LDFLAGS/CPPFLAGS | |||||
* | scrub prototype so we dont conflict with the pthread header | Mike Frysinger | 2006-12-16 | 1 | -1/+1 | |
| | ||||||
* | clean up | Mike Frysinger | 2006-12-16 | 1 | -73/+64 | |
| | ||||||
* | small cleanups | Mike Frysinger | 2006-12-16 | 1 | -9/+11 | |
| | ||||||
* | Patch from Bernhard Fischer: | Eric Andersen | 2006-12-15 | 3 | -4/+11 | |
| | | | | fix compilation if PUTC_MACRO and/or GETC_MACRO is turned off | |||||
* | fix building when __NR_sigalstack does not exist | Mike Frysinger | 2006-12-14 | 1 | -0/+3 | |
| | ||||||
* | if __NR_lseek is not defined, then we fall back to calling the 64bit lseek | Mike Frysinger | 2006-12-14 | 1 | -0/+9 | |
| | ||||||
* | force LFS support since blackfin no longer supports non-lfs | Mike Frysinger | 2006-12-13 | 1 | -0/+1 | |
| | ||||||
* | be more specific as to what arguments to __uClibc_main() people can skim on ↵ | Mike Frysinger | 2006-12-13 | 1 | -1/+1 | |
| | | | | during initial port | |||||
* | Fix/disable locking when pthreads is disabled | Eric Andersen | 2006-12-12 | 1 | -0/+13 | |
| | ||||||
* | - fix compilation of __LDSO_CACHE_SUPPORT__ | Bernhard Reutner-Fischer | 2006-12-12 | 1 | -4/+4 | |
| | | | | s/dprintf(2/fprintf(stderr/g | |||||
* | sort out a few issues that show up on mips | Eric Andersen | 2006-12-12 | 3 | -23/+37 | |
| | ||||||
* | since we dont symlink the headers, theres nothing to filter | Mike Frysinger | 2006-12-12 | 1 | -3/+0 | |
| |