index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Prepare for uClibc 0.9.24 release
Eric Andersen
2003-12-08
4
-2760
/
+827
*
Paul Mundt <lethal@linux-sh.org> writes:
Eric Andersen
2003-12-05
7
-3
/
+292
*
move _dl_fixup so staticly linked apps using dlopen have a
Eric Andersen
2003-12-05
3
-65
/
+132
*
Fix infinite loop in putgrent (forgotten increment).
Manuel Novoa III
2003-12-04
1
-0
/
+1
*
Fix arm profiling support, which was accidentally removed
Eric Andersen
2003-12-04
1
-0
/
+6
*
Set the default stdio buffer size to 4096, rather then 256.
Eric Andersen
2003-12-04
1
-1
/
+1
*
Don't download the local data if we have it already.
Manuel Novoa III
2003-12-04
1
-2
/
+6
*
Building of iconv.o was accidently always disabled.
Manuel Novoa III
2003-12-04
3
-15
/
+25
*
Henrik Grindal Bakken writes:
Eric Andersen
2003-12-03
2
-4
/
+20
*
Joakim Tjernlund writes:
Eric Andersen
2003-12-03
1
-2
/
+2
*
Lethal noticed that the generated file gmon-start.S was not
Eric Andersen
2003-12-03
4
-0
/
+8
*
Patch from lethal, adding syscall() to the sh64 port
Eric Andersen
2003-12-03
2
-1
/
+25
*
Paul Mundt <lethal@linux-sh.org> writes:
Eric Andersen
2003-12-03
3
-16
/
+16
*
Eliminate some static buffers based on a patch from Tobias Anderberg
Eric Andersen
2003-12-03
2
-12
/
+60
*
remove some garbage
Eric Andersen
2003-12-03
1
-1
/
+0
*
Rob McMullen writes:
Eric Andersen
2003-12-03
1
-3
/
+2
*
force enable FORCE_SHAREABLE_TEXT_SEGMENTS for sh4
Eric Andersen
2003-12-03
1
-0
/
+1
*
Disable pthreads for sh64 for the time being (since it is not
Eric Andersen
2003-12-02
1
-0
/
+1
*
Include Rules.mk for consistency. Trying not to was simply too painful.
Manuel Novoa III
2003-12-02
1
-58
/
+1
*
Add a syscall() implementation using a hacked version of the syscall6 macro.
Manuel Novoa III
2003-12-02
2
-1
/
+26
*
Add function versions of ntohl and friends
Eric Andersen
2003-12-02
2
-1
/
+68
*
Avoid a potentially undefined operation with a veriable++ in a macro
Eric Andersen
2003-12-02
1
-2
/
+2
*
Put in a dummy reference to main so busybox will link.
Manuel Novoa III
2003-12-02
1
-0
/
+6
*
Minor typo fix.
Manuel Novoa III
2003-11-29
1
-1
/
+1
*
Minor update... Config no longer used.
Manuel Novoa III
2003-11-29
1
-1
/
+0
*
Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.
Manuel Novoa III
2003-11-29
1
-0
/
+3
*
Another missing mips function, needed by the boehm garbage collector.
Manuel Novoa III
2003-11-28
2
-1
/
+32
*
Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
Manuel Novoa III
2003-11-28
3
-2
/
+7
*
Add -msoft-float to CPU_CFLAGS instead of CFLAGS, since ldso and libdl
Manuel Novoa III
2003-11-24
1
-9
/
+11
*
Don't bother checking, since we want an error if -msoft-float doesn't work.
Manuel Novoa III
2003-11-24
1
-2
/
+2
*
Ok.. this fixes the buildroot soft-float arm build.
Manuel Novoa III
2003-11-23
2
-2
/
+2
*
Make sure we use the right CC setting when building utils.
Manuel Novoa III
2003-11-23
1
-2
/
+2
*
Hopefully this is correct for cris.
Manuel Novoa III
2003-11-23
1
-0
/
+4
*
Protect against quoting changes.
Manuel Novoa III
2003-11-23
1
-1
/
+1
*
Remove SAFECFLAGS. It was a workaround for failures in old awk script
Eric Andersen
2003-11-22
15
-116
/
+33
*
Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGING
Eric Andersen
2003-11-22
1
-2
/
+2
*
Oops. Only enable debug when debugging...
Eric Andersen
2003-11-22
1
-2
/
+1
*
Fix arm detection for libfloat.
Manuel Novoa III
2003-11-22
1
-1
/
+1
*
Make sure the utils build gets the setting for CROSS.
Manuel Novoa III
2003-11-22
1
-2
/
+2
*
prevent some needless warnings when building w/2.6.x kernel headers
Eric Andersen
2003-11-21
1
-0
/
+3
*
Add missing weak alias for bcmp
Eric Andersen
2003-11-20
1
-0
/
+4
*
Always include locale.h, which was included by libintl.h only when
Manuel Novoa III
2003-11-20
1
-0
/
+2
*
Don't depend on BSD naming
Eric Andersen
2003-11-20
1
-12
/
+12
*
Add an initial set of arm optimized string functions. These
Eric Andersen
2003-11-20
12
-1
/
+1117
*
Lets try that one again...
Eric Andersen
2003-11-20
1
-8
/
+6
*
Make certain that arch specific stuff is compiled last
Eric Andersen
2003-11-20
1
-2
/
+2
*
Make certain that the arch specific stuff is always compiled last
Eric Andersen
2003-11-20
1
-4
/
+7
*
Fixup dependancies to ensure arch specific string functions
Eric Andersen
2003-11-20
1
-3
/
+3
*
Fix the return value for fputs when passed an empty string.
Manuel Novoa III
2003-11-19
1
-1
/
+4
*
Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point ops
Manuel Novoa III
2003-11-18
12
-39
/
+1
[prev]
[next]