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
/
inet
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libc: Remove compiler warning due to old-style function definition
Carmelo Amoroso
2010-04-25
18
-149
/
+66
*
Merge remote branch 'origin/master' into nptl
Austin Foxley
2010-04-12
1
-4
/
+2
|
\
|
*
resolv: tentatively fix usage of uninitialized DNS parameters
Denys Vlasenko
2010-04-09
1
-4
/
+2
*
|
Merge commit 'origin/master' into nptl
Austin Foxley
2010-04-06
1
-3
/
+1
|
\
|
|
*
Fix use-after-free bug in __dns_lookup
Gabor Juhos
2010-04-06
1
-3
/
+1
*
|
Merge commit 'origin/master' into nptl
Austin Foxley
2010-04-02
3
-6
/
+22
|
\
|
|
*
resolv: DEBUG-print nameserver we talk to
Bernhard Reutner-Fischer
2010-03-30
1
-2
/
+18
|
*
prettify make clean
Bernhard Reutner-Fischer
2010-03-25
2
-4
/
+4
*
|
Merge commit 'origin/master' into nptl
Austin Foxley
2010-02-05
1
-13
/
+41
|
\
|
|
*
/etc/resolv.conf: support "timeout:n" and "attempts:n" options
Denys Vlasenko
2010-02-03
1
-13
/
+41
*
|
Merge commit 'origin/master' into nptl
Khem Raj
2010-02-01
1
-1
/
+1
|
\
|
|
*
errno: hide __libc_resp, __libc_errno, and __libc_h_errno
Khem Raj
2010-02-01
1
-1
/
+1
*
|
Merge branch 'master' into nptl
Carmelo Amoroso
2010-01-25
37
-108
/
+82
|
\
|
|
*
gethostid: switch to getaddrinfo and shrink
Bernhard Reutner-Fischer
2010-01-24
1
-41
/
+26
|
*
getprotoent_r: use correct define for return value
Bernhard Reutner-Fischer
2010-01-23
1
-1
/
+1
|
*
libc/inet: mark other odd /etc/conf/ spot
Bernhard Reutner-Fischer
2010-01-23
1
-0
/
+2
|
*
libc/inet: set path to resolver file via CPP
Bernhard Reutner-Fischer
2010-01-23
34
-33
/
+34
|
*
libc/inet: convert to foo-y kbuild style
Bernhard Reutner-Fischer
2010-01-23
1
-33
/
+19
|
*
fix typo in version mismatch msg
Bernhard Reutner-Fischer
2010-01-21
1
-1
/
+1
|
*
ether_line: fix build for socket && !ip
Bernhard Reutner-Fischer
2010-01-21
1
-2
/
+2
|
*
Include bits/libc-lock.h to get __libc_once_define
Khem Raj
2009-12-11
1
-0
/
+1
|
*
inet_ntop4: avoid inline initialization
Mike Frysinger
2009-10-22
1
-1
/
+3
*
|
fix typo in version mismatch msg
Bernhard Reutner-Fischer
2010-01-21
1
-1
/
+1
*
|
ether_line: fix build for socket && !ip
Bernhard Reutner-Fischer
2010-01-21
1
-2
/
+2
*
|
Include bits/libc-lock.h to get __libc_once_define
Khem Raj
2009-12-11
1
-0
/
+1
*
|
getaddrinfo.c: include tls.h before resolv.h
Austin Foxley
2009-11-30
1
-0
/
+1
*
|
inet_ntop4: avoid inline initialization
Mike Frysinger
2009-11-09
1
-1
/
+3
*
|
Extend __gen_tempname with mode argument
Mikhail Gusarov
2009-11-09
1
-1
/
+1
*
|
whitespace fixes
Austin Foxley
2009-10-17
1
-35
/
+35
*
|
cancellation support for a large amount of the required syscalls
Austin Foxley
2009-10-17
1
-87
/
+150
*
|
use *_not_cancel variants to avoid accidental cancellations with nptl
Austin Foxley
2009-10-17
2
-15
/
+17
|
/
*
check stat("/etc/resolv.conf") for errors
Denys Vlasenko
2009-10-14
1
-1
/
+2
*
libc/inet/resolv.c: reread resolv.conf if its mtime was changed
Bernhard Reutner-Fischer
2009-10-13
1
-6
/
+9
*
link-time warning for obsolescent/removed network funcs
Bernhard Reutner-Fischer
2009-10-08
1
-0
/
+4
*
resolv.c: add support for per thread res_state
Austin Foxley
2009-09-26
3
-5
/
+62
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
8
-29
/
+4
*
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-18
59
-596
/
+1
*
rexec.c: style fixes, no code chages (verified with objdump)
Denys Vlasenko
2009-09-06
1
-44
/
+23
*
rexec.c: small code shrink
Denys Vlasenko
2009-09-06
1
-2
/
+6
*
comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)
Denys Vlasenko
2009-09-06
1
-2
/
+2
*
do not save/restore errno around free() calls
Denys Vlasenko
2009-09-05
2
-15
/
+5
*
opensock: work correctly on IPv6-only config
Denys Vlasenko
2009-09-05
1
-9
/
+9
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-17
2
-0
/
+4
*
add hidden aliases for ntoh/hton functions
Mike Frysinger
2009-07-22
1
-4
/
+10
*
Avoid type-punned pointers that break strict-aliasing
Ron
2009-07-05
1
-3
/
+6
*
libc/inet/resolv.c:
Denis Vlasenko
2009-04-18
2
-278
/
+467
*
resolver:
Denis Vlasenko
2009-03-10
1
-63
/
+7
*
Reinstate __libc_foo's needed for linuxthreads.old.
Denis Vlasenko
2009-02-25
1
-29
/
+66
*
- fix comment style to make it compile again
Bernhard Reutner-Fischer
2009-02-13
1
-27
/
+37
*
- ethers only make sense if we want to play with ethernet addresses
Bernhard Reutner-Fischer
2008-12-29
1
-5
/
+7
[prev]
[next]