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
...
*
|
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
*
malloc: handle size overflows in realloc()
Mike Frysinger
2009-10-15
1
-0
/
+3
*
sparc qops: unify & shrink
Mike Frysinger
2009-10-15
1
-51
/
+40
*
ldso: drop duplicated/unused defines
Mike Frysinger
2009-10-15
1
-23
/
+0
*
ldso: unify and cleanup _dl_mmap code
Mike Frysinger
2009-10-15
1
-40
/
+22
*
i386: use common INTERNAL_SYSCALL_ERROR_P
Mike Frysinger
2009-10-15
1
-3
/
+0
*
ldso: define MAP_FAILED for everyone
Mike Frysinger
2009-10-15
1
-1
/
+1
*
ldso: simplify handling of extra _dl_lookup_hash() arg
Mike Frysinger
2009-10-15
2
-15
/
+7
*
ldso: clean up breakage in tls merge
Mike Frysinger
2009-10-15
14
-159
/
+137
*
ldso: fixup all the rest of the calls to _dl_find_hash
Austin Foxley
2009-10-14
7
-13
/
+13
*
Fix SH bits/kernel_types.h for new kernel headers.
Joseph Myers
2009-10-14
1
-1
/
+2
*
check stat("/etc/resolv.conf") for errors
Denys Vlasenko
2009-10-14
1
-1
/
+2
*
fix cosmetic typo
Bernhard Reutner-Fischer
2009-10-14
1
-3
/
+3
*
libc/inet/resolv.c: reread resolv.conf if its mtime was changed
Bernhard Reutner-Fischer
2009-10-13
1
-6
/
+9
*
drop __BCC__ cruft from string code
Mike Frysinger
2009-10-10
14
-131
/
+11
*
check_ld some more flags
Bernhard Reutner-Fischer
2009-10-09
2
-3
/
+6
*
SUSV4: remove utime.h
Bernhard Reutner-Fischer
2009-10-09
1
-0
/
+1
*
add and use qstrip
Bernhard Reutner-Fischer
2009-10-08
1
-13
/
+16
*
utime() is obsolescent in SUSv4
Bernhard Reutner-Fischer
2009-10-08
3
-1
/
+5
*
ftw() is obsolescent in SUSv4
Bernhard Reutner-Fischer
2009-10-08
5
-14
/
+31
[prev]
[next]