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
...
*
|
make tls and nptl test build
Bernhard Reutner-Fischer
2009-11-22
4
-249
/
+257
*
|
Look at HAVE_SHARED
Bernhard Reutner-Fischer
2009-11-22
1
-1
/
+1
*
|
remove wait callbacks for non-cancelation funcs
Bernhard Reutner-Fischer
2009-11-22
4
-24
/
+0
*
|
include string.h for memset()
Bernhard Reutner-Fischer
2009-11-22
1
-0
/
+2
*
|
Makefile: fix indentation
Bernhard Reutner-Fischer
2009-11-22
1
-19
/
+18
*
|
Simplify kconfig wording of thread support
Bernhard Reutner-Fischer
2009-11-09
1
-46
/
+47
*
|
remove wrong default for choice
Bernhard Reutner-Fischer
2009-11-09
1
-3
/
+0
*
|
support selecting which locales to build
Bernhard Reutner-Fischer
2009-11-09
2
-16
/
+54
*
|
remember some TODOs for 0.9.31
Bernhard Reutner-Fischer
2009-11-09
1
-7
/
+16
*
|
disable _POSIX_SPAWN define
Mike Frysinger
2009-11-09
1
-0
/
+2
*
|
build with -fmerge-all-constants
Mike Frysinger
2009-11-09
1
-0
/
+2
*
|
test/plt: add a script to find PLT usage
Mike Frysinger
2009-11-09
2
-0
/
+39
*
|
libc: add hidden calls to pthread cleanup funcs
Mike Frysinger
2009-11-09
2
-0
/
+4
*
|
regex: call memcpy() ourselves
Mike Frysinger
2009-11-09
1
-1
/
+2
*
|
sysctl: avoid inline initialization
Mike Frysinger
2009-11-09
1
-17
/
+9
*
|
inet_ntop4: avoid inline initialization
Mike Frysinger
2009-11-09
1
-1
/
+3
*
|
sparc: use fputs to write to stderr
Mike Frysinger
2009-11-09
1
-1
/
+1
*
|
sparc: use HIDDEN_JUMPTARGET for errno
Mike Frysinger
2009-11-09
3
-3
/
+3
*
|
make the sem_open changes actually compile
Austin Foxley
2009-11-09
3
-3
/
+3
*
|
Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not defined
Mikhail Gusarov
2009-11-09
1
-32
/
+5
*
|
Extend __gen_tempname with mode argument
Mikhail Gusarov
2009-11-09
11
-17
/
+22
*
|
Rules.mak fix typo (qstrup -> qstrip)
Austin Foxley
2009-11-09
1
-1
/
+1
*
|
remove useless .gitignore
Austin Foxley
2009-10-20
1
-22
/
+0
*
|
whitespace fixes
Austin Foxley
2009-10-17
64
-130
/
+97
*
|
uClibc_main: add the needed support for nptl
Austin Foxley
2009-10-17
1
-34
/
+75
*
|
Config.in: don't attempt to disable lt.old automatically, just have the user ...
Austin Foxley
2009-10-17
1
-1
/
+1
*
|
librt additions that are now possible with nptl
Austin Foxley
2009-10-17
11
-54
/
+637
*
|
nptl provides sigaction and raise
Austin Foxley
2009-10-17
1
-0
/
+4
*
|
cancellation support for a large amount of the required syscalls
Austin Foxley
2009-10-17
25
-279
/
+1084
*
|
use *_not_cancel variants to avoid accidental cancellations with nptl
Austin Foxley
2009-10-17
9
-36
/
+102
*
|
rework internal uClibc mutexes to support futex locking, and nptl
Austin Foxley
2009-10-17
10
-37
/
+119
*
|
build system changes needed for nptl
Austin Foxley
2009-10-17
7
-11
/
+30
*
|
arm specific bits needed for nptl
Austin Foxley
2009-10-17
5
-8
/
+46
*
|
i386 specific bit for nptl
Austin Foxley
2009-10-17
5
-4
/
+31
*
|
mips specific bits needed for nptl
Austin Foxley
2009-10-17
7
-2
/
+259
*
|
sh specific bits needed for nptl
Austin Foxley
2009-10-17
7
-397
/
+378
*
|
sparc specific bits needed for nptl
Austin Foxley
2009-10-17
5
-32
/
+511
*
|
some tweaks under libc/ needed for nptl
Austin Foxley
2009-10-17
8
-18
/
+523
*
|
test/tls/: tests for thread local storage functionality
Austin Foxley
2009-10-17
45
-0
/
+2911
*
|
test/nptl/: tests for NPTL
Austin Foxley
2009-10-17
197
-0
/
+26837
*
|
libpthread/nptl_db: debugging support for nptl
Austin Foxley
2009-10-17
49
-0
/
+3964
*
|
libpthread/nptl: core of the "Native Posix Threading Library" for uClibc
Austin Foxley
2009-10-17
626
-0
/
+55163
|
/
*
add .gitignore for test/ and extra/
Austin Foxley
2009-10-17
2
-0
/
+276
*
test/dlopen: use pthread_once directly
Austin Foxley
2009-10-17
1
-3
/
+1
*
linuxthreads: check TLS_DTV_AT_TP define correctly
Austin Foxley
2009-10-17
3
-11
/
+11
*
mktemp does not depend on floats
Austin Foxley
2009-10-17
1
-1
/
+5
*
gitignore: ignore install_dir/
Austin Foxley
2009-10-17
1
-1
/
+2
*
Makerules: add a do_sed command
Austin Foxley
2009-10-17
1
-0
/
+5
*
ldso: fixup missed variable rename ( tls_tpnt -> tpntp )
Austin Foxley
2009-10-16
1
-2
/
+2
*
remove readelf from helptext
Bernhard Reutner-Fischer
2009-10-16
1
-1
/
+1
[prev]
[next]