Mike Frysinger
|
e6e3f570fa
michael_d writes in #1874:
|
18 yıl önce |
Mike Frysinger
|
434de2bfe0
michael_d in #1849 writes: The getcwd() implementation in the absence of a getcwd syscall has an off-by-one allocation bug. As a result, sometimes the returned string has garbage at the end.
|
18 yıl önce |
Mike Frysinger
|
ea5081a739
plug a memory leak when using execl* functions on no-mmu
|
18 yıl önce |
Mike Frysinger
|
e11c3011b1
mark a bunch of public mem/str functions as weak so that people who insist on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols
|
18 yıl önce |
Mike Frysinger
|
840bd4dfea
add hidden defs for execv/execlp for completeness
|
18 yıl önce |
Mike Frysinger
|
54d2040734
import trunc()/truncf() for ISO C requirements, otherwise fortran can hit infinite loops when it generates builtins+trunc() substitutes
|
18 yıl önce |
Carmelo Amoroso
|
06f8c11fef
Removed pointless initialization to 0 of DIR fields
|
18 yıl önce |
Carmelo Amoroso
|
d58c76005e
I don't remember exactly why we decided to pick the caller's value of
|
18 yıl önce |
Carmelo Amoroso
|
d53b49e5f5
Fix opendir problem when statically linked due to a missing
|
18 yıl önce |
Bernd Schmidt
|
7129c31062
Blackfin FD-PIC patch 6/6.
|
18 yıl önce |
Bernd Schmidt
|
ad989e28a4
Fix a few warnings introduced by my previous commits.
|
18 yıl önce |
Bernd Schmidt
|
c0008412eb
Blackfin FD-PIC patches 5/6.
|
18 yıl önce |
Bernd Schmidt
|
a53ad698a1
Blackfin FD-PIC patch 4/6.
|
18 yıl önce |
Bernd Schmidt
|
95586b5663
Blackfin FD-PIC patch 3/6.
|
18 yıl önce |
Bernd Schmidt
|
3d2a55e7a3
Blackfin FD-PIC patch 2/6.
|
18 yıl önce |
Bernd Schmidt
|
453094fb58
Blackfin FD-PIC patch 1/6.
|
18 yıl önce |
Carmelo Amoroso
|
763c6d06bc
Some versions of gcc consider inline merely a hint. AVR32 depends on the
|
18 yıl önce |
Denis Vlasenko
|
fa3a19983d
realpath: reduce stack usage from 3*PATH_MAX (12k) to 1*PATH_MAX (4k).
|
18 yıl önce |
Bernd Schmidt
|
6e91c122e5
Fix merging error: a macro was renamed.
|
18 yıl önce |
Bernd Schmidt
|
866a0745f5
Blackfin crt1.S fixes for building with -msep-data.
|
18 yıl önce |
Bernd Schmidt
|
993821a6b5
Add some necessary Makefile bits for UCLIBC_FORMAT_FLAT_SEP_DATA.
|
18 yıl önce |
Bernd Schmidt
|
e682ab4139
Some shared flat improvements.
|
18 yıl önce |
Bernd Schmidt
|
f1e85d44f9
Add necessary Makefile rules for the Blackfin.
|
18 yıl önce |
Bernd Schmidt
|
38c0a1e4cd
A better atomic ops implementation for the Blackfin, relying on a feature
|
18 yıl önce |
Bernd Schmidt
|
8f4f670a30
mcontext_t shouldn't have a version argument, and fix REG_B0 definition.
|
18 yıl önce |
Bernd Schmidt
|
b3ace38d1f
From Jie Zhang:
|
18 yıl önce |
Bernd Schmidt
|
e17b3fdaff
Change test for a define that got renamed a while ago.
|
18 yıl önce |
Carmelo Amoroso
|
12d01123e8
Disable tst-ftime_l test if Extended Locale Support
|
18 yıl önce |
Bernd Schmidt
|
d10b4f574d
Ignore entries of "-1" in rofixup; the linker sometimes has no choice but to
|
19 yıl önce |
Bernd Schmidt
|
c5b7f28ab5
Add Blackfin specific mmap implementation using sys_mmap2.
|
19 yıl önce |