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
path:
root
/
libc
/
sysdeps
/
linux
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
the errno settings was fixed but the return value was still being clobbered ....
Mike Frysinger
2005-07-28
1
-5
/
+6
*
tweak $TOPDIR usage to not have duplciate //
Mike Frysinger
2005-07-28
1
-2
/
+2
*
add some asm magic to fix setting errno/ret values in the .S functions
Mike Frysinger
2005-07-27
1
-3
/
+19
*
oops, we want to jmp to the syscall handler, not call it
Mike Frysinger
2005-07-08
4
-4
/
+4
*
clean up from psm ... merge glibc updates and punt errno handling in favor of...
Mike Frysinger
2005-07-07
1
-40
/
+19
*
dont need errno.h anymore
Mike Frysinger
2005-07-07
1
-2
/
+0
*
add update from psm to support 6 arguments to syscall
Mike Frysinger
2005-07-07
1
-6
/
+11
*
Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...
Mike Frysinger
2005-07-06
5
-84
/
+55
*
err, need to commit the rest of the changes from psm too
Mike Frysinger
2005-07-06
1
-8
/
+3
*
Peter S. Mazinger writes: we dont need features.h
Mike Frysinger
2005-07-06
1
-1
/
+1
*
syntax touchups as suggested by Peter S. Mazinger
Mike Frysinger
2005-07-06
11
-97
/
+93
*
need to include features.h to get uclibc defines
Mike Frysinger
2005-06-29
2
-0
/
+4
*
declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned off
Mike Frysinger
2005-06-29
1
-0
/
+5
*
Change L_Scrt1 to __PIC__ and delete old crt0.S
Joakim Tjernlund
2005-06-25
2
-133
/
+1
*
Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to
Joakim Tjernlund
2005-05-28
1
-3
/
+3
*
Add back .size for _start
Joakim Tjernlund
2005-05-28
1
-0
/
+1
*
Clean it up a little.
Joakim Tjernlund
2005-05-26
1
-10
/
+6
*
Adapt x86 to new __uClibc_start_main.
Joakim Tjernlund
2005-05-26
1
-96
/
+106
*
Adapt startup code in x86 and PPC to almost match glibc. _init vs. __libc_csu...
Joakim Tjernlund
2005-05-25
1
-5
/
+6
*
Pass main function ptr from crt1 to __uClibc_start_main.
Joakim Tjernlund
2005-05-21
2
-14
/
+132
*
Added new 'bits/atomic.h' for most of the architectures and the top-level 'in...
"Steven J. Hill"
2005-05-12
1
-0
/
+366
*
Pass _dl_fini function ptr to __uClibc_start_main().
Joakim Tjernlund
2005-03-20
1
-1
/
+2
*
no more cvs
Mike Frysinger
2005-02-12
1
-1
/
+0
*
merge parallel build support
Mike Frysinger
2005-01-25
1
-6
/
+5
*
Patch from Peter S. Mazinger to simplify PIE handling
Eric Andersen
2004-12-22
1
-4
/
+0
*
Patch from Peter S. Mazinger to consistantly use "ASFLAGS"
Eric Andersen
2004-12-22
1
-6
/
+5
*
Peter Mazinger writes:
Joakim Tjernlund
2004-10-14
1
-3
/
+7
*
Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a
Eric Andersen
2004-08-21
4
-110
/
+2
*
Fixup PAGE_SIZE problems
Eric Andersen
2004-08-13
1
-3
/
+1
*
Cleanup some dead wood in the header files
Eric Andersen
2004-07-30
1
-904
/
+0
*
s/___brk_addr/__curbrk/g
Eric Andersen
2004-07-30
1
-2
/
+2
*
Per comments from Bernhard Rosenkraenzer, adjust gcc 3.3.x generated asm
Eric Andersen
2004-06-12
2
-38
/
+24
*
__data_start needs to be added to all crt0.S files that don't currently
Eric Andersen
2004-05-14
1
-4
/
+8
*
Cope with gcc 3.4's more aggressive persuit of attribute unused
Eric Andersen
2004-04-20
2
-4
/
+4
*
Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as
Eric Andersen
2004-02-06
1
-0
/
+1
*
Add __data_start needed by boehm garbage collector, in turn needed by libgcj.
Manuel Novoa III
2004-01-17
1
-0
/
+4
*
And just like that, clone is now fixed.... Previously the
Eric Andersen
2004-01-03
1
-26
/
+38
*
oops
Eric Andersen
2004-01-03
1
-6
/
+0
*
Minor changes
Eric Andersen
2004-01-03
1
-13
/
+24
*
Peter S. Mazinger writes:
Eric Andersen
2004-01-02
2
-2
/
+33
*
Lethal noticed that the generated file gmon-start.S was not
Eric Andersen
2003-12-03
1
-0
/
+2
*
Remove SAFECFLAGS. It was a workaround for failures in old awk script
Eric Andersen
2003-11-22
1
-11
/
+3
*
Darn. Fix compilation for soft-float, which I inadvertantly
Eric Andersen
2003-11-08
1
-5
/
+7
*
Begin the conversion to using per-arch crti.S and crtn.S
Eric Andersen
2003-11-05
3
-1
/
+100
*
properly deal with soft-float when profiling as well
Eric Andersen
2003-10-25
1
-0
/
+3
*
Peter Kjellerstedt writes:
Eric Andersen
2003-10-18
1
-3
/
+2
*
Peter Kjellerstedt writes:
Eric Andersen
2003-10-18
1
-2
/
+2
*
Patch from Atsushi Nemoto (with some additions):
Eric Andersen
2003-10-08
2
-0
/
+99
*
Fix "subst -g,," problem for SAFECFLAGS.
Manuel Novoa III
2003-09-21
1
-1
/
+1
*
Some updates from glibc. mjn3 reports this fixes profiling
Eric Andersen
2003-09-07
1
-2
/
+7
[prev]
[next]