summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make sure reading 64bit types worksMike Frysinger2007-01-291-0/+4
|
* make sure 64bit output is correctMike Frysinger2007-01-292-0/+14
|
* since these functions get exported, namespace the argumentsMike Frysinger2007-01-291-8/+8
|
* mark local function staticMike Frysinger2007-01-291-1/+1
|
* fixup shadowed warningsMike Frysinger2007-01-296-18/+16
|
* mark some funcs as noreturnMike Frysinger2007-01-296-51/+68
|
* fixup prototype warningsMike Frysinger2007-01-2923-85/+93
|
* check to see if __USE_FILE_OFFSET64 is defined rather than if it evaluates ↵Mike Frysinger2007-01-291-1/+1
| | | | to true
* make error output a little more helpfulMike Frysinger2007-01-291-1/+2
|
* fixup warningsMike Frysinger2007-01-291-2/+2
|
* fix test to work even if CPPFLAGS contains -DNDEBUGMike Frysinger2007-01-291-4/+4
|
* sync some fixes from glibcMike Frysinger2007-01-291-3/+7
|
* missed an underscore in previous commitMike Frysinger2007-01-291-1/+1
|
* Bernhard Fischer writes: add undef/nonnull warnings to EXTRA_WARNINGSMike Frysinger2007-01-281-0/+1
|
* Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULLMike Frysinger2007-01-281-1/+2
|
* sync with glibc as pointed out by Bernhard FischerMike Frysinger2007-01-282-10/+11
|
* - commentary typo fixBernhard Reutner-Fischer2007-01-281-1/+2
|
* fix from Bernd Schmidt to make sure _dl_debug_state isnt optimized away and ↵Mike Frysinger2007-01-281-1/+6
| | | | does not generate relocs
* as pointed out by Jocke, use "2" for actual error messages and ↵Mike Frysinger2007-01-281-6/+6
| | | | _dl_debug_file for debug messages
* initial waitid() implementationMike Frysinger2007-01-281-0/+15
|
* need string.h for memset()Mike Frysinger2007-01-281-0/+1
|
* note 0.9.28.1 releaseMike Frysinger2007-01-281-0/+15
|
* its a new yearMike Frysinger2007-01-282-2/+2
|
* make sure we clear out the buffer so that random garbage on the stack doesnt ↵Mike Frysinger2007-01-281-2/+6
| | | | screw us up
* Paul Brook writes:Mike Frysinger2007-01-281-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 sourceMike Frysinger2007-01-281-18/+23
|
* dont rely on random stack state to trigger this issue; force the default ↵Mike Frysinger2007-01-281-0/+3
| | | | stat structs to alternative bit masks
* new test taken from stat issue with new tarMike Frysinger2007-01-281-0/+104
|
* use .bz2 rather than .gzMike Frysinger2007-01-281-3/+3
|
* fix from blackfin repo: Jie Zhang writes: update __kernel_ipc_pid_t, ↵Mike Frysinger2007-01-271-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 Frysinger2007-01-271-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 commentBernhard Reutner-Fischer2007-01-261-1/+1
|
* dont actually have to worry about local changes as svn export takes care of thatMike Frysinger2007-01-261-1/+0
|
* Fix libdl bug reported by Cedric Hombourger inJoakim Tjernlund2007-01-262-30/+32
| | | | http://uclibc.org/lists/uclibc/2007-January/017165.html
* fix from Bryan Wu: return NULL upon error, not the NULL stringMike Frysinger2007-01-241-4/+3
|
* Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getresPeter Kjellerstedt2007-01-221-2/+2
| | | | is not defined.
* - repair misplaced #endif that got introduced in r17410. Fixes compilation.Bernhard Reutner-Fischer2007-01-211-1/+1
|
* Disable declarations for NPTL."Steven J. Hill"2007-01-201-0/+2
|
* The case for _SC_MONOTONIC_CLOCK should only exist if 'clock_getres' does."Steven J. Hill"2007-01-201-0/+2
|
* - Trim superfluous trailing whitespace. No obj-code changes.Bernhard Reutner-Fischer2007-01-201-10/+8
|
* I fixed that item long ago.Joakim Tjernlund2007-01-111-8/+0
|
* Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund2007-01-117-6/+21
| | | | This should fix it.
* merge from blackfin.uclinux.org: AdjustMike Frysinger2007-01-101-17/+10
| | | | crt1.S so that __uClibc_main is called properly
* Fix SEGV for static builds in exit() path.Joakim Tjernlund2007-01-103-2/+27
| | | | Leave the now obsolete libc/misc/pthread dir in for now.
* need to keep __check_rhosts_file exported for proper rhost controlMike Frysinger2007-01-101-1/+5
|
* sync with upstream blackfin.uclinux.orgMike Frysinger2007-01-101-94/+94
|
* Aurelien Jacobs writes:Joakim Tjernlund2007-01-091-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 Tjernlund2007-01-091-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 supportsJoakim Tjernlund2007-01-059-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 Frysinger2007-01-056-44/+312
| | | | svn on the nios2 platform, and updates the crt1/n/i.S files to get CTOR/DTOR-support to work.