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
*
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
*
sync a few trivial changes back to master
Austin Foxley
2009-10-17
1
-1
/
+1
*
hostid: style fixes to match master
Austin Foxley
2009-10-17
1
-6
/
+8
*
check stat("/etc/resolv.conf") for errors
Denys Vlasenko
2009-10-16
1
-1
/
+2
*
libc/inet/resolv.c: reread resolv.conf if its mtime was changed
Bernhard Reutner-Fischer
2009-10-16
1
-6
/
+9
*
link-time warning for obsolescent/removed network funcs
Bernhard Reutner-Fischer
2009-10-16
1
-0
/
+4
*
not-cancel: use *_not_cancel variants directly
Austin Foxley
2009-09-21
2
-52
/
+0
*
add a __resp ptr for the no threads case
Austin Foxley
2009-09-20
1
-0
/
+1
*
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
Austin Foxley
2009-09-18
59
-606
/
+1
*
rexec.c: style fixes, no code chages (verified with objdump)
Denys Vlasenko
2009-09-18
1
-44
/
+23
*
rexec.c: small code shrink
Denys Vlasenko
2009-09-18
1
-2
/
+6
*
comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)
Denys Vlasenko
2009-09-18
1
-2
/
+2
*
do not save/restore errno around free() calls
Denys Vlasenko
2009-09-18
2
-15
/
+5
*
opensock: work correctly on IPv6-only config
Denys Vlasenko
2009-09-18
1
-9
/
+9
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-19
2
-0
/
+4
*
add hidden aliases for ntoh/hton functions
Mike Frysinger
2009-08-19
1
-4
/
+10
*
Readd the thread local version of __res_state
Austin Foxley
2009-07-10
1
-3
/
+51
*
Sync nptl branch to master
Austin Foxley
2009-07-09
2
-1527
/
+2007
*
Avoid type-punned pointers that break strict-aliasing
Ron
2009-07-09
1
-3
/
+6
*
resolver:
Denis Vlasenko
2009-03-10
1
-63
/
+7
*
Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS related
Carmelo Amoroso
2009-02-20
1
-2
/
+2
*
- synch r25316:25325 from trunk
Bernhard Reutner-Fischer
2009-02-18
1
-0
/
+8
*
Fix res_init.c build when __UCLIBC_HAS_COMPAT_RES_STATE__
Carmelo Amoroso
2009-01-26
1
-1
/
+3
*
Synch with trunk: miscellaneous changes, mostly cleanup,
Carmelo Amoroso
2009-01-22
1
-34
/
+35
*
Fix build problem. Revert commit 24521. Please do not change
Carmelo Amoroso
2009-01-22
1
-1
/
+0
*
res_state has _vcsock field only if __UCLIBC_HAS_EXTRA_COMPAT_RES_STATE__
Carmelo Amoroso
2009-01-22
1
-0
/
+2
*
- pull r24593:24596 from trunk
Bernhard Reutner-Fischer
2008-12-29
1
-4
/
+6
*
sync with trunk. Compile tested on i386
Denis Vlasenko
2008-12-23
4
-86
/
+73
*
Get non nptl threads compiled on x86.
Khem Raj
2008-12-23
1
-2
/
+2
*
Merges from trunk
Khem Raj
2008-12-22
1
-1
/
+1
*
Removed some __libc_xxx fucntions as merged from trunk.
Carmelo Amoroso
2008-12-11
1
-3
/
+3
*
Synch with trunk @ 24261
Carmelo Amoroso
2008-12-11
1
-1
/
+0
*
Merges from trunk.
Khem Raj
2008-12-09
2
-65
/
+68
*
fix loop for checking ifaddr on both IPv4 and IPv6.
Carmelo Amoroso
2008-12-08
1
-2
/
+2
*
Synch with trunk @ 24242
Carmelo Amoroso
2008-12-03
8
-81
/
+59
*
Synch with trunk @ 24165
Carmelo Amoroso
2008-11-27
62
-505
/
+505
*
Add _res_init.c to resolv_CSRC.
Khem Raj
2008-11-21
1
-1
/
+1
*
Synch with trunk @ 24087
Carmelo Amoroso
2008-11-18
29
-56
/
+56
*
Synch with trunk @ 24075.
Carmelo Amoroso
2008-11-17
11
-892
/
+687
*
Synch with trunk @ 24075.
Carmelo Amoroso
2008-11-17
2
-21
/
+30
*
Synch with trunk at rev 22997.
Carmelo Amoroso
2008-07-31
6
-18
/
+18
*
Fix preprocessor directive to silent warning
Carmelo Amoroso
2008-07-31
1
-1
/
+1
*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj
2008-07-10
1
-0
/
+1
*
Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on AR...
Khem Raj
2008-07-09
1
-0
/
+1
*
BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...
Carmelo Amoroso
2008-07-09
46
-1002
/
+1180
*
SYnch with trunk: new files
Carmelo Amoroso
2008-07-09
1
-0
/
+76
*
Synch the whole build system. Also including recent fix on testsuite build sy...
Carmelo Amoroso
2008-07-09
1
-15
/
+34
[next]