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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2008-10-28
90
-103
/
+104
*
- fix compilation if LFS is off and STUBs are requested
Bernhard Reutner-Fischer
2008-10-28
1
-1
/
+1
*
Remove all references to __no_netlink_support as after thurough scrutiny of
Ricard Wanderlof
2008-10-28
2
-23
/
+1
*
Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...
Rob Landley
2008-10-28
8
-74
/
+68
*
make getaddrinfo to NOT query DNS for IPv6 address if host is in
Denis Vlasenko
2008-10-28
1
-17
/
+31
*
- pull in prototype for memalign()
Bernhard Reutner-Fischer
2008-10-27
1
-0
/
+1
*
- fix typo in r23808
Bernhard Reutner-Fischer
2008-10-27
1
-1
/
+1
*
libc/inet/getaddrinfo.c: const'ify some data;
Denis Vlasenko
2008-10-27
1
-26
/
+45
*
Use C implementation of strncmp.
Khem Raj
2008-10-25
1
-101
/
+0
*
- fix mips syscall (Atsushi Nemoto)
Bernhard Reutner-Fischer
2008-10-24
1
-2
/
+1
*
- tidy up inline:
Bernhard Reutner-Fischer
2008-10-24
16
-22
/
+22
*
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-10-22
151
-200
/
+200
*
- delete_module() takes two arguments on linux-2.6
Bernhard Reutner-Fischer
2008-10-22
1
-3
/
+3
*
- need to grab features before looking at eventually requested netlink support
Bernhard Reutner-Fischer
2008-10-20
1
-3
/
+3
*
- do not include netlink headers if netlink is turned off (Michael Deutschmann)
Bernhard Reutner-Fischer
2008-10-19
1
-11
/
+10
*
- fix sigaction on older kernels (Michael Deutschmann)
Bernhard Reutner-Fischer
2008-10-19
1
-3
/
+3
*
- sync fix for scandir errno handling to scandir64 (r23600)
Bernhard Reutner-Fischer
2008-10-18
2
-17
/
+28
*
- des uses ntohl
Bernhard Reutner-Fischer
2008-10-17
1
-1
/
+5
*
This should fix malloc with debug and without threads. (Chase N Douglas)
Bernhard Reutner-Fischer
2008-10-16
6
-23
/
+59
*
Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.
Khem Raj
2008-10-11
10
-75
/
+57
*
- fix copy'n paste error
Bernhard Reutner-Fischer
2008-10-10
1
-3
/
+6
*
- fix return value
Bernhard Reutner-Fischer
2008-10-10
1
-1
/
+1
*
- add signalfd()
Bernhard Reutner-Fischer
2008-10-10
2
-2
/
+40
*
- Fix strtol*() with xlocale (on e.g. x86_64) (closes #2544)
Bernhard Reutner-Fischer
2008-10-08
1
-5
/
+5
*
- add/use variables to make build-tools configurable
Bernhard Reutner-Fischer
2008-10-08
1
-1
/
+1
*
Fix scandir function to reset the errno when the
Carmelo Amoroso
2008-10-06
1
-2
/
+16
*
- fix typo in previous commit
Bernhard Reutner-Fischer
2008-10-06
1
-1
/
+1
*
- add libc_hidden_def(clock_getres) as spotted by Ned Ludd
Bernhard Reutner-Fischer
2008-10-06
1
-1
/
+1
*
- sync obstack.{c,h} with glibc (Peter S. Mazinger)
Bernhard Reutner-Fischer
2008-10-06
1
-299
/
+123
*
- Fallback waitid impl (Peter S. Mazinger)
Bernhard Reutner-Fischer
2008-10-06
1
-5
/
+40
*
- hide relocation (Peter S. Mazinger)
Bernhard Reutner-Fischer
2008-10-06
1
-1
/
+0
*
- tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)
Bernhard Reutner-Fischer
2008-10-06
2
-0
/
+12
*
- add long double math wrappers (Ned Ludd)
Bernhard Reutner-Fischer
2008-10-03
18
-83
/
+21
*
- use c89-style comments
Bernhard Reutner-Fischer
2008-10-03
49
-1030
/
+1031
*
Fix compilation problem whit the following config options:
Carmelo Amoroso
2008-10-01
2
-3
/
+1
*
- add missing const qualifier for !__NR_sched_setaffinity && HAVE_STUBS
Bernhard Reutner-Fischer
2008-09-30
1
-1
/
+1
*
- remove some duplicate includes
Bernhard Reutner-Fischer
2008-09-30
1
-4
/
+2
*
- fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS && !LINUX_SPECIFIC
Bernhard Reutner-Fischer
2008-09-30
1
-2
/
+3
*
- add a copy of user_regs
Bernhard Reutner-Fischer
2008-09-29
1
-0
/
+90
*
- honour UCLIBC_HAS_SYSLOG
Bernhard Reutner-Fischer
2008-09-29
1
-5
/
+8
*
- now passes all LTP tests
Bernhard Reutner-Fischer
2008-09-29
3
-65
/
+23
*
i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence.
Carmelo Amoroso
2008-09-29
1
-1
/
+2
*
- fix ISO C keywords
Bernhard Reutner-Fischer
2008-09-29
2
-23
/
+23
*
getgrouplist(): ...add files which I forgot to add.
Denis Vlasenko
2008-09-27
2
-0
/
+16
*
implement getgrouplist()
Denis Vlasenko
2008-09-27
1
-42
/
+87
*
use __UCLIBC_HAS_STUBS__
Mike Frysinger
2008-09-26
2
-2
/
+2
*
- move libm_hidden_proto to the corresponding headers. Remove from callsites.
Bernhard Reutner-Fischer
2008-09-26
2
-0
/
+102
*
Rebased the memcpy() and memset() implementations for CRIS on the versions
Peter Kjellerstedt
2008-09-26
2
-420
/
+391
*
Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink.
Peter Kjellerstedt
2008-09-26
1
-0
/
+8
*
- cast both times to double for consistency
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
[next]