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
...
*
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
25
-52
/
+50
*
- revert wrong r24049
Bernhard Reutner-Fischer
2008-11-15
25
-49
/
+51
*
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
25
-51
/
+49
*
Current kernels support more than 8 bit major/minor. Pass dev_t through to
Rob Landley
2008-11-14
1
-5
/
+1
*
fixing resolver part 3: fix completely bogus locking
Denis Vlasenko
2008-11-14
1
-304
/
+311
*
fixing resolver part 2: make _res structure members
Denis Vlasenko
2008-11-14
1
-11
/
+17
*
fixing resolver, part 1
Denis Vlasenko
2008-11-14
1
-90
/
+136
*
- silence shadow warning
Bernhard Reutner-Fischer
2008-11-13
1
-3
/
+3
*
- for !UNIX98PTY_ONLY we have to fallback to old-style pty's.
Bernhard Reutner-Fischer
2008-11-09
1
-9
/
+8
*
- less verbose make clean
Bernhard Reutner-Fischer
2008-11-07
39
-152
/
+152
*
Add extern reference to __libc_sigaction in sigaction.c for AVR32 arch
Hans-Christian Egtvedt
2008-11-03
1
-0
/
+2
*
Sync clone() function declaration for AVR32 with sched.h declaration
Hans-Christian Egtvedt
2008-11-03
1
-1
/
+1
*
Add hint for read ahead function in fcntl.h for AVR32 arch
Hans-Christian Egtvedt
2008-11-03
1
-0
/
+3
*
Add include to silence compiler warning when compiling clone.c for AVR32
Hans-Christian Egtvedt
2008-11-03
1
-0
/
+1
*
- Fix __user_locking with stdio buffers (Carmelo AMOROSO)
Bernhard Reutner-Fischer
2008-11-02
1
-1
/
+1
*
resolver: reinstate searching if search domains accidentally nuked
Denis Vlasenko
2008-11-02
1
-4
/
+15
*
__dns_lookup: document and optimize a bit
Denis Vlasenko
2008-11-01
1
-33
/
+45
*
resolver: partially fix bug 660 -
Denis Vlasenko
2008-11-01
1
-21
/
+42
*
resolver: fix part of bug 1468:
Denis Vlasenko
2008-11-01
1
-7
/
+20
*
resolver: trivial code trasformations for readability.
Denis Vlasenko
2008-11-01
1
-89
/
+96
*
trivial code shrink by making some strings static
Denis Vlasenko
2008-11-01
3
-11
/
+12
*
- whitespace fixes
Bernhard Reutner-Fischer
2008-10-31
1
-19
/
+19
*
- improve readability, no objcode changes.
Bernhard Reutner-Fischer
2008-10-31
1
-13
/
+15
*
File removed as it was not only redundant but also horribly out of date.
Ricard Wanderlof
2008-10-30
1
-333
/
+0
*
- fix another fallout from r23660
Bernhard Reutner-Fischer
2008-10-29
2
-3
/
+3
*
getaddrinfo.c: improve readability
Denis Vlasenko
2008-10-28
1
-30
/
+26
*
getaddrinfo.c: reformat. no code changes
Denis Vlasenko
2008-10-28
1
-738
/
+630
*
- 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
[prev]
[next]