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
...
*
nptl: use arch-specific cancellation routines for x86_64
Roman I Khimov
2010-05-03
3
-17
/
+23
*
nptl: fix sem_open with O_CREAT
Roman I Khimov
2010-05-03
1
-1
/
+2
*
time.c: fix unreadable code style: assignments within if(), misplaced comments
Denys Vlasenko
2010-04-29
1
-35
/
+48
*
optional /etc/localtime support
Denys Vlasenko
2010-04-29
2
-3
/
+52
*
include dlfcn.h in ldso.h to get RTLD_NODELETE definition
Austin Foxley
2010-04-28
1
-0
/
+1
*
fix a few build errors for the no threads case
Austin Foxley
2010-04-28
2
-0
/
+3
*
Fix typo (OPTIMIZATIONS -> OPTIMIZATION)
Tony Wu
2010-04-28
1
-4
/
+4
*
MIPS: restore INLINE_SYSCALL macro
Gabor Juhos
2010-04-27
1
-2
/
+2
*
nptl: mips needs updated clone() implementation
Andreas Schultz
2010-04-27
4
-60
/
+147
*
libc/x86_64: use ELF-compatible definitions for assembler
Roman I Khimov
2010-04-27
1
-17
/
+1
*
libc/regex: fix internal_function declarations
Roman I Khimov
2010-04-27
1
-5
/
+5
*
libpthread/x86_64: fix clean
Roman I Khimov
2010-04-27
1
-1
/
+1
*
enable building __fcntl_nocancel, as it used unconditionally now
Austin Foxley
2010-04-25
4
-7
/
+152
*
Makefile.in: install sgtty.h
Roman I Khimov
2010-04-25
1
-2
/
+1
*
nptl: Harmonize objects and headers makefile clean targets
nptl_merge
Carmelo Amoroso
2010-04-25
13
-38
/
+38
*
build: Fix infinite loop when no threading support is enabled
Carmelo Amoroso
2010-04-25
1
-2
/
+1
*
libpthread/nptl_db: define NOT_IN_libc
Roman I Khimov
2010-04-25
1
-1
/
+1
*
nptl_db: Remove compiler warning due to old-style function definition
Carmelo Amoroso
2010-04-25
5
-15
/
+5
*
nptl: Remove compiler warning due to old-style function definition
Carmelo Amoroso
2010-04-25
1
-2
/
+1
*
libc: Remove compiler warning due to old-style function definition
Carmelo Amoroso
2010-04-25
19
-206
/
+93
*
change ABI_VERSION back to just include the major number
Austin Foxley
2010-04-23
1
-3
/
+1
*
Merge commit 'origin/master' into nptl
Austin Foxley
2010-04-23
2
-1
/
+12
|
\
|
*
utils: fix install prefix for getconf
Natanael Copa
2010-04-23
1
-1
/
+1
|
*
linuxthreads.new: initialize stdio locking
Timo Teräs
2010-04-14
1
-0
/
+11
*
|
nptl: fix dynamic initialization of libpthread
Timo Teräs
2010-04-22
2
-1
/
+7
*
|
nptl: fix libc internal, dynamically enabled locking
Timo Teräs
2010-04-22
4
-16
/
+62
*
|
ldso: support RTLD_NODELETE and DF_1_NODELETE
Timo Teräs
2010-04-22
3
-13
/
+22
*
|
nptl: fix warnings of shadowing __self
Timo Teräs
2010-04-22
1
-6
/
+6
*
|
nptl: fix malloc library locking
Timo Teräs
2010-04-22
2
-10
/
+8
*
|
nptl: proper soname handling
Natanael Copa
2010-04-22
19
-43
/
+47
*
|
nptl: remove unneeded libc-lock.h include
Timo Teräs
2010-04-20
1
-1
/
+0
*
|
nptl: mark forwarded functions protected
Timo Teras
2010-04-16
69
-0
/
+70
*
|
libc: remove libc weak __pthreads_* wrappers
Timo Teras
2010-04-16
7
-86
/
+24
*
|
libc-symbols: add attribute_protected
Timo Teras
2010-04-16
1
-0
/
+2
*
|
ldso/i386: support protected symbols
Joakim Tjernlund
2010-04-16
1
-2
/
+8
*
|
Revert "nptl: mark symbols with libc forwarder hidden"
Timo Teras
2010-04-16
70
-71
/
+1
*
|
nptl: fix libc sigtimedwait
Timo Teräs
2010-04-15
1
-2
/
+3
*
|
nptl: fix libc sigaction signal checking
Timo Teräs
2010-04-15
2
-19
/
+0
*
|
PTR_DEMANGLE: add documentation
Bernhard Reutner-Fischer
2010-04-15
1
-1
/
+1
*
|
Merge commit 'origin/master' into nptl
Austin Foxley
2010-04-14
125
-10
/
+1413
|
\
|
|
*
*.o[sS]: depend on pregen
Bernhard Reutner-Fischer
2010-04-14
1
-10
/
+9
|
*
ldso: Add config option for controlling LD_PRELOAD
Carmelo AMOROSO
2010-04-14
2
-0
/
+20
|
*
test: add API test
Bernhard Reutner-Fischer
2010-04-13
122
-0
/
+1384
*
|
nptl: turn pointer demangling off
Timo Teräs
2010-04-14
1
-1
/
+1
*
|
nptl: initialize stdio locking
Timo Teräs
2010-04-14
1
-0
/
+12
*
|
nptl: mark symbols with libc forwarder hidden
Timo Teräs
2010-04-14
71
-3
/
+73
*
|
provide prototype for internal helper
Bernhard Reutner-Fischer
2010-04-12
1
-0
/
+2
*
|
temporarily turn on warnings for NPTL
Bernhard Reutner-Fischer
2010-04-12
1
-0
/
+2
*
|
silence debug warning
Bernhard Reutner-Fischer
2010-04-12
1
-2
/
+6
*
|
whitespace cleanup
Bernhard Reutner-Fischer
2010-04-12
1
-5
/
+5
[prev]
[next]