Age | Commit message (Expand) | Author |
2010-03-30 | resolv: DEBUG-print nameserver we talk to | Bernhard Reutner-Fischer |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-02-03 | /etc/resolv.conf: support "timeout:n" and "attempts:n" options | Denys Vlasenko |
2010-02-01 | errno: hide __libc_resp, __libc_errno, and __libc_h_errno | Khem Raj |
2010-01-24 | gethostid: switch to getaddrinfo and shrink | Bernhard Reutner-Fischer |
2010-01-23 | getprotoent_r: use correct define for return value | Bernhard Reutner-Fischer |
2010-01-23 | libc/inet: mark other odd /etc/conf/ spot | Bernhard Reutner-Fischer |
2010-01-23 | libc/inet: set path to resolver file via CPP | Bernhard Reutner-Fischer |
2010-01-23 | libc/inet: convert to foo-y kbuild style | Bernhard Reutner-Fischer |
2010-01-21 | fix typo in version mismatch msg | Bernhard Reutner-Fischer |
2010-01-21 | ether_line: fix build for socket && !ip | Bernhard Reutner-Fischer |
2009-12-11 | Include bits/libc-lock.h to get __libc_once_define | Khem Raj |
2009-10-22 | inet_ntop4: avoid inline initialization | Mike Frysinger |
2009-10-14 | check stat("/etc/resolv.conf") for errors | Denys Vlasenko |
2009-10-13 | libc/inet/resolv.c: reread resolv.conf if its mtime was changed | Bernhard Reutner-Fischer |
2009-10-08 | link-time warning for obsolescent/removed network funcs | Bernhard Reutner-Fischer |
2009-09-26 | resolv.c: add support for per thread res_state | Austin Foxley |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-06 | rexec.c: style fixes, no code chages (verified with objdump) | Denys Vlasenko |
2009-09-06 | rexec.c: small code shrink | Denys Vlasenko |
2009-09-06 | comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden) | Denys Vlasenko |
2009-09-05 | do not save/restore errno around free() calls | Denys Vlasenko |
2009-09-05 | opensock: work correctly on IPv6-only config | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-07-22 | add hidden aliases for ntoh/hton functions | Mike Frysinger |
2009-07-05 | Avoid type-punned pointers that break strict-aliasing | Ron |
2009-04-18 | libc/inet/resolv.c: | Denis Vlasenko |
2009-03-10 | resolver: | Denis Vlasenko |
2009-02-25 | Reinstate __libc_foo's needed for linuxthreads.old. | Denis Vlasenko |
2009-02-13 | - fix comment style to make it compile again | Bernhard Reutner-Fischer |
2008-12-29 | - ethers only make sense if we want to play with ethernet addresses | Bernhard Reutner-Fischer |
2008-12-22 | docs/defines.txt: document _extern_inline | Denis Vlasenko |
2008-12-20 | Deal with a few data fields which may be made constant. | Denis Vlasenko |
2008-12-17 | resolv: fix testcase failure | Denis Vlasenko |
2008-12-14 | heed compiler warnings about checking non-defined variables in #if directives | Denis Vlasenko |
2008-12-10 | *: remove some __libc_XXX functions: | Denis Vlasenko |
2008-12-10 | remove __libc_getdomainname alias. google says only we have it. | Denis Vlasenko |
2008-12-09 | getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference it | Denis Vlasenko |
2008-12-08 | getaddrinfo: remove superfluout indentation, fix incorrect one. | Denis Vlasenko |
2008-12-08 | - fix loop for checking ifaddr on both IPv4 and IPv6 | Bernhard Reutner-Fischer |
2008-12-06 | resolver: make new name resolutions reread /etc/resolv.conf | Denis Vlasenko |
2008-12-01 | hostid: improve extremely unreadable parts | Denis Vlasenko |
2008-12-01 | constify more data | Denis Vlasenko |
2008-12-01 | rpc: constify data, localize unnecessarily static data | Denis Vlasenko |
2008-12-01 | random: use smaller data fields where appropriate | Denis Vlasenko |
2008-12-01 | gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer | Denis Vlasenko |
2008-12-01 | rpc: should check against max for int32, not int | Denis Vlasenko |
2008-12-01 | rpc: ifdef out xdrrec_{get,put}long if int32 == long, | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |