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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
ctime: do not use static struct tm buffer
Denys Vlasenko
2010-01-21
1
-3
/
+17
*
|
check if USE_TLS is defined before use
Hans-Christian Egtvedt
2009-12-17
1
-3
/
+3
*
|
Merge remote branch 'origin/master' into nptl
Austin Foxley
2009-12-15
1
-48
/
+59
|
\
|
|
*
syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPE
Denys Vlasenko
2009-12-13
1
-7
/
+6
|
*
syslog: fix openlog(xx, LOG_KERN) and optimize a bit
Denys Vlasenko
2009-12-13
1
-45
/
+57
*
|
get x86_64 nptl building
Austin Foxley
2009-12-11
1
-1
/
+1
*
|
define local stack_chk_guard for nptl
Natanael Copa
2009-11-27
1
-1
/
+2
*
|
Merge remote branch 'origin/master' into nptl_merge
Austin Foxley
2009-11-22
2
-7
/
+5
|
\
|
|
*
__assert: include unistd.h for smallint
Bernhard Reutner-Fischer
2009-11-20
1
-2
/
+1
|
*
msgrcv is of type ssize_t
Peter S. Mazinger
2009-11-19
1
-2
/
+2
|
*
assert: make linenumber unsigned
Peter S. Mazinger
2009-11-19
1
-4
/
+3
|
*
regex: call memcpy() ourselves
Mike Frysinger
2009-10-22
1
-1
/
+2
*
|
regex: call memcpy() ourselves
Mike Frysinger
2009-11-09
1
-1
/
+2
*
|
make the sem_open changes actually compile
Austin Foxley
2009-11-09
2
-2
/
+2
*
|
Extend __gen_tempname with mode argument
Mikhail Gusarov
2009-11-09
2
-8
/
+9
*
|
whitespace fixes
Austin Foxley
2009-10-17
2
-2
/
+1
*
|
uClibc_main: add the needed support for nptl
Austin Foxley
2009-10-17
1
-34
/
+75
*
|
cancellation support for a large amount of the required syscalls
Austin Foxley
2009-10-17
1
-7
/
+46
*
|
use *_not_cancel variants to avoid accidental cancellations with nptl
Austin Foxley
2009-10-17
4
-14
/
+19
*
|
some tweaks under libc/ needed for nptl
Austin Foxley
2009-10-17
3
-0
/
+13
|
/
*
ftw() is obsolescent in SUSv4
Bernhard Reutner-Fischer
2009-10-08
2
-2
/
+5
*
clean up O_CLOEXEC handling
Mike Frysinger
2009-10-07
2
-22
/
+7
*
errno.c: add tls versions of errno and h_errno
Austin Foxley
2009-09-26
2
-1
/
+15
*
dl-support.c: add tls support
Austin Foxley
2009-09-26
1
-0
/
+42
*
libc/misc/wctype/_wctype.c: make it more readable. no code changes
Denys Vlasenko
2009-09-19
1
-211
/
+183
*
remove a few more empty #if/#endif pairs
Denys Vlasenko
2009-09-19
2
-6
/
+4
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
18
-103
/
+42
*
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-18
45
-353
/
+3
*
fix make {,install_}{,host}utils
Bernhard Reutner-Fischer
2009-09-18
1
-209
/
+46
*
time.c: style cleanup. no code changes (verified with objdump)
Denys Vlasenko
2009-09-08
1
-89
/
+37
*
simpler and shorter read_TZ_file() helper
Denys Vlasenko
2009-09-08
1
-10
/
+23
*
wordexp.c: cleanup - remove old hidden_proto's; remove unused parameter
Denys Vlasenko
2009-09-06
1
-42
/
+3
*
wordexp.c: fix a bug where we might close stdout
Denys Vlasenko
2009-09-06
1
-5
/
+8
*
do not save/restore errno around free() calls
Denys Vlasenko
2009-09-05
1
-4
/
+5
*
wtmp code: style fixes, no code changes
Denys Vlasenko
2009-09-05
1
-18
/
+7
*
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
2009-09-05
2
-22
/
+30
*
utent.c: fix a few bugs, and shrink a bit
Denys Vlasenko
2009-09-05
1
-47
/
+34
*
math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH
Denys Vlasenko
2009-09-05
1
-1
/
+1
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-17
25
-0
/
+50
*
add hidden aliases for newer regex search functions
Bernhard Reutner-Fischer
2009-08-17
1
-0
/
+2
*
fnmatch.c: Include unistd.h before undefining _LIBC.
Khem Raj
2009-08-01
1
-2
/
+9
*
fnmatch.c: Change scope of posixly_correct to be global.
Khem Raj
2009-07-31
1
-1
/
+1
*
remove erroneous ';'
Bernhard Reutner-Fischer
2009-07-28
2
-4
/
+4
*
fix dl_iterate_phdr() for FDPIC systems
Mike Frysinger
2009-07-23
1
-0
/
+5
*
fix building for systems w/out ldso support
Mike Frysinger
2009-07-20
1
-1
/
+3
*
first pass at implementing *at funcs
Mike Frysinger
2009-07-20
1
-19
/
+49
*
dirent: push dirent type to prototypes
Mike Frysinger
2009-07-20
6
-32
/
+12
*
regex: convert #if to #ifdef
Mike Frysinger
2009-07-20
2
-2
/
+2
*
add hidden aliases for older regex search functions
Mike Frysinger
2009-07-20
1
-0
/
+2
*
Check #if feature test macros are defined where they may not be
Ron
2009-07-05
1
-1
/
+1
[prev]
[next]