| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | /etc/resolv.conf: support "timeout:n" and "attempts:n" options | Denys Vlasenko | 2010-02-03 | 1 | -13/+41 |
* | errno: hide __libc_resp, __libc_errno, and __libc_h_errno | Khem Raj | 2010-02-01 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | docs/defines.txt: document _extern_inline | Denis Vlasenko | 2008-12-22 | 2 | -74/+64 |
* | Deal with a few data fields which may be made constant. | Denis Vlasenko | 2008-12-20 | 1 | -1/+1 |
* | resolv: fix testcase failure | Denis Vlasenko | 2008-12-17 | 1 | -2/+2 |
* | heed compiler warnings about checking non-defined variables in #if directives | Denis Vlasenko | 2008-12-14 | 1 | -2/+2 |
* | *: remove some __libc_XXX functions: | Denis Vlasenko | 2008-12-10 | 1 | -57/+26 |
* | remove __libc_getdomainname alias. google says only we have it. | Denis Vlasenko | 2008-12-10 | 1 | -6/+1 |
* | getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference it | Denis Vlasenko | 2008-12-09 | 2 | -4/+3 |
* | getaddrinfo: remove superfluout indentation, fix incorrect one. | Denis Vlasenko | 2008-12-08 | 1 | -61/+64 |
* | - fix loop for checking ifaddr on both IPv4 and IPv6 | Bernhard Reutner-Fischer | 2008-12-08 | 1 | -2/+2 |
* | resolver: make new name resolutions reread /etc/resolv.conf | Denis Vlasenko | 2008-12-06 | 1 | -219/+197 |
* | hostid: improve extremely unreadable parts | Denis Vlasenko | 2008-12-01 | 1 | -16/+15 |
* | constify more data | Denis Vlasenko | 2008-12-01 | 3 | -3/+3 |
* | rpc: constify data, localize unnecessarily static data | Denis Vlasenko | 2008-12-01 | 1 | -2/+2 |
* | random: use smaller data fields where appropriate | Denis Vlasenko | 2008-12-01 | 1 | -0/+1 |
* | gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer | Denis Vlasenko | 2008-12-01 | 1 | -15/+20 |
* | rpc: should check against max for int32, not int | Denis Vlasenko | 2008-12-01 | 1 | -4/+4 |
* | rpc: ifdef out xdrrec_{get,put}long if int32 == long, | Denis Vlasenko | 2008-12-01 | 4 | -76/+54 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 60 | -404/+405 |