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
*
The function '_dl_memset' should always be inlined regardless of the
"Steven J. Hill"
2005-06-30
2
-60
/
+70
*
Changed files for glibc compatibility so that more NPTL files would build.
"Steven J. Hill"
2005-06-12
10
-26
/
+108
*
Fixed up 'clean' target for latest NPTL changes and modified include
"Steven J. Hill"
2005-06-12
10
-39
/
+67
*
Add more files for NPTL support.
"Steven J. Hill"
2005-06-12
13
-0
/
+692
*
Add definitions necessary for TLS compilation.
"Steven J. Hill"
2005-06-03
1
-5
/
+6
*
Update structures and defines necessary to make resolver code thread
"Steven J. Hill"
2005-06-03
2
-0
/
+43
*
Update 'struct link_map' to add new fields for TLS.
"Steven J. Hill"
2005-06-03
1
-0
/
+25
*
Add in function declarations and bit fields for new NPTL clone support.
"Steven J. Hill"
2005-06-03
2
-0
/
+22
*
Fix up include paths for compilation in uClibc.
"Steven J. Hill"
2005-06-03
3
-13
/
+11
*
Update comment blocks.
"Steven J. Hill"
2005-06-03
5
-23
/
+64
*
Change system call names from glibc to uClibc.
"Steven J. Hill"
2005-06-03
2
-0
/
+16
*
Remove compatibility cruft.
"Steven J. Hill"
2005-06-03
1
-71
/
+0
*
Sync up with latest NPTL code from glibc and add minor
"Steven J. Hill"
2005-06-03
15
-7
/
+141
*
Prevent the stack from being executable. This will prevent some NPTL tests
"Steven J. Hill"
2005-06-03
1
-0
/
+22
*
Add in compiling compatibility header files and header file for
"Steven J. Hill"
2005-06-03
6
-0
/
+840
*
Added top-level 'tls.h' header file for NPTL.
"Steven J. Hill"
2005-06-03
1
-0
/
+19
*
Add support for '__libc_thread_freeres' to free resources stored in
"Steven J. Hill"
2005-06-03
2
-0
/
+53
*
Removal of unsupported architectures.
"Steven J. Hill"
2005-06-03
48
-3153
/
+0
*
Added new 'sysdep.h' file for MIPS. It is a complete combination of all 5,
"Steven J. Hill"
2005-05-26
1
-0
/
+549
*
The better solution is to simply change the file includes.
"Steven J. Hill"
2005-05-26
2
-19
/
+4
*
Add header file for 'ld.so' definitions. It is used by both the dynamic
"Steven J. Hill"
2005-05-26
1
-0
/
+69
*
Copied 'not-cancel.h' from PowerPC architecture.
"Steven J. Hill"
2005-05-26
1
-60
/
+1
*
libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c
"Steven J. Hill"
2005-05-26
377
-650
/
+31382
*
Fix up some more NPTL stuff for header file symbolic links.
"Steven J. Hill"
2005-05-15
1
-1
/
+2
*
Get rid of crud.
"Steven J. Hill"
2005-05-15
1
-234
/
+0
*
There were two versions of 'pthreadtypes.h' originally in uClibc. Also,
"Steven J. Hill"
2005-05-14
3
-155
/
+47
*
Sync uClibc 'sigthread.h' with the latest version from glibc.
"Steven J. Hill"
2005-05-14
1
-6
/
+6
*
Add TOPDIR prefix in front of config file when getting target architecture.
"Steven J. Hill"
2005-05-14
1
-1
/
+1
*
In order to accomodate usage of either pthreads implementation, we now
"Steven J. Hill"
2005-05-14
3
-88
/
+10
*
Add missing file to the clean list.
"Steven J. Hill"
2005-05-14
1
-0
/
+1
*
Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH
"Steven J. Hill"
2005-05-14
2
-2
/
+2
*
ARM1136JF-S support.
Paul Mundt
2005-05-13
2
-0
/
+4
*
Added new 'bits/atomic.h' for most of the architectures and the top-level 'in...
"Steven J. Hill"
2005-05-12
7
-0
/
+2085
*
Added new common include file for list primitives used by NPTL.
"Steven J. Hill"
2005-05-12
1
-0
/
+114
*
Remove usage of 'hp-timing.h' header file which is for platforms with high
"Steven J. Hill"
2005-05-12
2
-2
/
+0
*
Put the change log back in.
"Steven J. Hill"
2005-05-12
1
-0
/
+207
*
More glibc backward compatibility cruft. Oh the horror!
"Steven J. Hill"
2005-05-11
12
-131
/
+0
*
Backwards compatability? Bhuwhahaha....you wonder why glibc is so
"Steven J. Hill"
2005-05-11
8
-383
/
+0
*
Cleanup original linuxthreads and update top-level threads makefiles.
"Steven J. Hill"
2005-05-11
2
-5
/
+2
*
This file is no longer used. kill it.
Eric Andersen
2005-05-11
1
-64
/
+0
*
We already have these defined.
"Steven J. Hill"
2005-05-11
1
-12
/
+0
*
Remove extraneous file.
"Steven J. Hill"
2005-05-11
1
-240
/
+0
*
Remove additional test programs.
"Steven J. Hill"
2005-05-11
3
-1452
/
+0
*
SHMLBA is now defined by arch dependent bits/shm.h file so remove
Joakim Tjernlund
2005-05-10
1
-5
/
+0
*
The default static buffer sizes are too small to handle the 8 entries returned
Eric Andersen
2005-05-10
1
-5
/
+5
*
Change strptime so that it only modifies struct tm fields specified.
Manuel Novoa III
2005-05-10
1
-1
/
+3
*
Hopefully fix the problem reported by Peter Mazinger,
Joakim Tjernlund
2005-05-07
6
-32
/
+568
*
Fix trapa value for _syscall6() to conform with new sh syscall ABI.
Paul Mundt
2005-05-07
2
-2
/
+2
*
It turns out that the problem that required us to use --enable-sjlj-exceptions
Eric Andersen
2005-05-07
1
-4
/
+1
*
Import in NPTL code from glibc. For further information please
"Steven J. Hill"
2005-05-07
264
-0
/
+27370
[next]