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
...
*
- revert incorrect parts of r22257 and 22259
Bernhard Reutner-Fischer
2008-06-07
3
-7
/
+6
*
- remove __USE_BSD guard from __bsd_getpt().
Bernhard Reutner-Fischer
2008-06-07
1
-2
/
+0
*
- UCLIBC_HAS_GETPT pulls in getpt.
Bernhard Reutner-Fischer
2008-06-07
2
-2
/
+8
*
Remove superfluous attribute_hidden from function
Denis Vlasenko
2008-06-06
1
-1
/
+1
*
Document the reason why ether tests in testsuite may fail.
Denis Vlasenko
2008-06-06
2
-0
/
+9
*
Fix hard-to-rigger locking bug in vsyslog():
Denis Vlasenko
2008-06-06
1
-9
/
+13
*
Use more natural way to return a value in __read_etc_hosts_r:
Denis Vlasenko
2008-06-06
1
-24
/
+21
*
Fix failure in test/inet/gethost_r-align:
Denis Vlasenko
2008-06-06
1
-4
/
+8
*
shrink getopt a bit by using smallints. Run tested (busybox testsuite)
Denis Vlasenko
2008-06-06
1
-16
/
+18
*
Heed a warning: "string" was assigned to char*, changing that to const char*
Denis Vlasenko
2008-06-06
1
-2
/
+2
*
Fix spurious testsuite failure
Denis Vlasenko
2008-06-06
1
-0
/
+5
*
Revert revision 22027 which totally broke getopt.
Bernd Schmidt
2008-06-05
2
-18
/
+20
*
- forgot to checkin this s/check/FORCE/
Bernhard Reutner-Fischer
2008-06-05
1
-1
/
+1
*
- revert r22233
Bernhard Reutner-Fischer
2008-06-05
1
-9
/
+4
*
- make libcrypt optional. Untested.
Bernhard Reutner-Fischer
2008-06-05
7
-4
/
+72
*
- switching thread impls without makeing clean before left the objs of the
Bernhard Reutner-Fischer
2008-06-05
1
-4
/
+9
*
- do a defconfig for the given arch, not unconditionally for alpha
Bernhard Reutner-Fischer
2008-06-05
1
-1
/
+2
*
- drats. The pre-commit hook is broken. No chance to ci a patch other than ob...
Bernhard Reutner-Fischer
2008-06-05
2
-462
/
+0
*
- pull kconfig from 2.6.25.4
Bernhard Reutner-Fischer
2008-06-05
36
-1308
/
+1805
*
- fix keyword "depends on"
Bernhard Reutner-Fischer
2008-06-05
2
-11
/
+11
*
- linuxthreads and linuxthreads.old need nanosleep()
Bernhard Reutner-Fischer
2008-06-05
1
-0
/
+2
*
Fix typo that prevented "make clean" from removing objects in libc/misc/locale.
Bernd Schmidt
2008-06-04
1
-1
/
+1
*
- remove duplicate removing of ustat.h
Bernhard Reutner-Fischer
2008-06-04
1
-6
/
+0
*
- strip the targets and not prerequisites
Bernhard Reutner-Fischer
2008-06-04
15
-52
/
+46
*
Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since we
Bernd Schmidt
2008-06-04
1
-1
/
+1
*
This fixes a problem with the move of libc_hidden_proto to string.h.
Bernd Schmidt
2008-06-04
11
-33
/
+3
*
- fix typo (have to check the content, not if true)
Bernhard Reutner-Fischer
2008-06-04
1
-1
/
+2
*
Fix merge error: mmap.c no longer exists in bfin/.
Bernd Schmidt
2008-06-03
1
-1
/
+1
*
close bug 473:
Denis Vlasenko
2008-06-03
1
-33
/
+39
*
- Revert _dl_exit touch-up.
Bernhard Reutner-Fischer
2008-06-03
1
-5
/
+1
*
- add libpthread-nonshared-y to files.dep
Bernhard Reutner-Fischer
2008-06-03
1
-5
/
+7
*
syslog.c: fix a buglet in prev-last commit: logic inversion in closelog
Denis Vlasenko
2008-06-03
1
-3
/
+3
*
syslog.c: fix indentation and style. No code changes.
Denis Vlasenko
2008-06-03
1
-47
/
+46
*
Fix bug 575 and other small problems noticed along the way.
Denis Vlasenko
2008-06-03
1
-42
/
+46
*
- Generate dummy rules for prerequisites.
Bernhard Reutner-Fischer
2008-06-03
1
-1
/
+1
*
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-03
88
-154
/
+892
*
- breakup lines of compile.c and add a variable to hold filter-out PHONY target.
Bernhard Reutner-Fischer
2008-06-03
1
-3
/
+10
*
Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,
Denis Vlasenko
2008-06-03
3
-84
/
+65
*
fix trivial mismatch in return type of build_wcs_upper_buffer()
Denis Vlasenko
2008-06-03
1
-1
/
+1
*
Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusing
Denis Vlasenko
2008-06-02
4
-7
/
+7
*
dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"),
Denis Vlasenko
2008-06-02
1
-1
/
+1
*
libc/stdlib/stdlib.c: fix whitespace damage. No code changes
Denis Vlasenko
2008-06-02
1
-92
/
+86
*
fix bug 1577: '`' is not an acceptable digit for strto[u]l().
Denis Vlasenko
2008-06-02
1
-13
/
+13
*
libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverse
Denis Vlasenko
2008-06-02
1
-87
/
+88
*
libc/inet/addr.c: fix broked indentation and bad style. No code changes.
Denis Vlasenko
2008-06-02
1
-12
/
+12
*
fix fallout from libc_hidden_proto removal
Denis Vlasenko
2008-06-02
2
-1
/
+4
*
suppress a few "might be used uninitialized" warnings. No code growth.
Denis Vlasenko
2008-06-01
3
-4
/
+6
*
Rework smallint machinery so that it will reliably fail to compile
Denis Vlasenko
2008-06-01
2
-8
/
+6
*
build system: stop creating ugly double-slash symlinks like
Denis Vlasenko
2008-06-01
1
-1
/
+4
*
fix compile breakage in libc/string/wcscasecmp.c
Denis Vlasenko
2008-06-01
1
-0
/
+1
[prev]
[next]