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
...
*
Fix bug 575 and other small problems noticed along the way.
Denis Vlasenko
2008-06-03
1
-42
/
+46
*
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-03
8
-11
/
+41
*
fix trivial mismatch in return type of build_wcs_upper_buffer()
Denis Vlasenko
2008-06-03
1
-1
/
+1
*
suppress a few "might be used uninitialized" warnings. No code growth.
Denis Vlasenko
2008-06-01
1
-2
/
+2
*
add missing includes of unistd.h for smallint usage
Denis Vlasenko
2008-06-01
2
-0
/
+2
*
- Avoid warning about undefined preprocessor token. No obj-code changes.
Bernhard Reutner-Fischer
2008-05-30
7
-9
/
+9
*
- shrink a little bit.
Bernhard Reutner-Fischer
2008-05-30
1
-14
/
+10
*
__uClibc_main.c: save ~70 bytes by not checking that /dev/null
Denis Vlasenko
2008-05-25
1
-9
/
+7
*
- fix warning about old-style function definition
Bernhard Reutner-Fischer
2008-05-21
1
-32
/
+33
*
- fix warning about static not being at the beginning of a decl
Bernhard Reutner-Fischer
2008-05-21
1
-1
/
+1
*
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
Denis Vlasenko
2008-05-20
4
-31
/
+18
*
Introduce and use small[u]int type. Changes in size:
Denis Vlasenko
2008-05-20
5
-8
/
+7
*
- remove old-style definitions. No object-code changes.
Bernhard Reutner-Fischer
2008-05-20
3
-27
/
+7
*
- silence warning
Bernhard Reutner-Fischer
2008-05-20
1
-1
/
+1
*
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-05-19
35
-119
/
+119
*
Added a bounch of locale fixes.
Carmelo Amoroso
2008-05-19
2
-1
/
+3
*
Experimentally move libc_hidden_proto(time) to time.h.
Denis Vlasenko
2008-04-28
1
-1
/
+1
*
Added support for error_print_progname as proposed
Carmelo Amoroso
2008-04-22
1
-3
/
+9
*
Functions should be either exported in public .h files
Denis Vlasenko
2008-04-12
1
-2
/
+1
*
add hidden_proto's for __uc_malloc
Denis Vlasenko
2008-02-12
4
-0
/
+4
*
- Fix compilation: semtimedop has 4 args (and not 6)
Bernhard Reutner-Fischer
2008-01-09
1
-1
/
+1
*
blah, enable the stupid hidden proto for fcntl
Mike Frysinger
2008-01-05
1
-1
/
+1
*
krichy writes in 292:
Mike Frysinger
2008-01-05
1
-1
/
+1
*
implement semtimedop for #927
Mike Frysinger
2008-01-05
7
-15
/
+56
*
michael_d writes in #1869: make sure GNU error functions output 'program: ' a...
Mike Frysinger
2008-01-05
1
-0
/
+4
*
Removed pointless initialization to 0 of DIR fields
Carmelo Amoroso
2007-12-07
1
-1
/
+0
*
Fix opendir problem when statically linked due to a missing
Carmelo Amoroso
2007-12-05
1
-0
/
+1
*
Add some necessary Makefile bits for UCLIBC_FORMAT_FLAT_SEP_DATA.
Bernd Schmidt
2007-11-23
1
-0
/
+3
*
Some shared flat improvements.
Bernd Schmidt
2007-11-23
1
-0
/
+7
*
Do not return error when fprintf returns 0 in addmntent().
Khem Raj
2007-11-10
1
-5
/
+2
*
also fix bug 1012 by moschny in 64bit version of readdir
Mike Frysinger
2007-09-15
1
-1
/
+1
*
bug 1310: drop hidden aliases to data since some arches crap with this due to...
Mike Frysinger
2007-09-15
1
-14
/
+13
*
make regex_old.c, ruserpass.c use __uc_malloc,
Denis Vlasenko
2007-07-30
3
-9
/
+10
*
make utent.c, getpass.c use __uc_malloc
Denis Vlasenko
2007-07-30
1
-4
/
+8
*
change the auxvt code from being dependent on MMU to !LDSO as auxvt things ar...
Mike Frysinger
2007-06-01
1
-5
/
+5
*
Nickolai Zeldovich writes: if the temp name already exists, then the retry co...
Mike Frysinger
2007-05-06
1
-10
/
+9
*
svn 17941/17943 broke the build. 18032 made the threaded case compile
Rob Landley
2007-03-08
1
-9
/
+4
*
Fix a build break due to errno and h_errno being unresolved symbols.
Rob Landley
2007-03-07
1
-2
/
+2
*
need to double check internal errno handling wrt libpthread
Mike Frysinger
2007-02-22
1
-0
/
+2
*
add missing file for previous commit as pointed out by Peter Kjellerstedt
Mike Frysinger
2007-02-21
1
-0
/
+21
*
redo errno handling so that it should work both in thread and non-threaded si...
Mike Frysinger
2007-02-21
3
-26
/
+10
*
- should look if LFS is enabled as suggested by pkj in #1131. This generates ...
Bernhard Reutner-Fischer
2007-01-30
1
-1
/
+1
*
- fix compilation of GNU glob with !LFS
Bernhard Reutner-Fischer
2007-01-29
1
-1
/
+1
*
Peter Mazinger pointed out that my last commit was faulty.
Joakim Tjernlund
2007-01-11
1
-1
/
+1
*
Fix SEGV for static builds in exit() path.
Joakim Tjernlund
2007-01-10
2
-1
/
+26
*
create new menu so people can select what format they wish to build uClibc
Mike Frysinger
2006-12-11
2
-9
/
+9
*
these weaks are also needed in libc.so for the time being
Eric Andersen
2006-12-09
1
-1
/
+1
*
oops, use __pthread_mutex_unlock() not pthread_mutex_unlock()
Eric Andersen
2006-12-09
1
-1
/
+2
*
silence a lot of warnings and fix a few genuine bugs while I'm at it.
Eric Andersen
2006-12-09
3
-2
/
+28
*
Richard Sandiford writes: add support for init/fini arrays in shared flat lib...
Mike Frysinger
2006-12-08
5
-5
/
+149
[prev]
[next]