Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nss_dns: Remove remnants of IPv6 address mapping | Florian Weimer | 2022-08-30 | 1 | -3/+0 |
| | | | | | | | res_use_inet6 always returns false since commit 3f8b44be0a658266adff5 ("resolv: Remove support for RES_USE_INET6 and the inet6 option"). Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org> | ||||
* | resolv: Remove unused resolv/res_debug.h header file | Florian Weimer | 2017-06-30 | 1 | -1/+0 |
| | |||||
* | resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582] | Florian Weimer | 2016-12-31 | 1 | -5/+1 |
| | |||||
* | resolv: Remove RFC1535 conditionals | Florian Weimer | 2016-04-28 | 1 | -4/+0 |
| | |||||
* | resolv: Remove _LIBC conditionals | Florian Weimer | 2016-04-28 | 1 | -2/+1 |
| | |||||
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 1 | -1/+1 |
| | |||||
* | Update. | Ulrich Drepper | 2000-07-29 | 1 | -2/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 2000-07-28 Philip Blundell <philb@gnu.org> * math/test-fpucw.c: Ignore reserved bits in control word. 2000-07-28 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET): New macro. (ret): Redefine to PSEUDO_RET. (PSEUDO): Remove jump to syscall_error. 2000-07-29 Mark Kettenis <kettenis@gnu.org> * resolv/README: Add some information about using the resolver in multi-threaded code and with C++. Spelling fixes. 2000-07-29 Mark Kettenis <kettenis@gnu.org> * resolv/resolv.h (struct __sockaddr_in): Remove. (struct __res_state) [!_LIBC]: Remove reference to __sockaddr_in. * sysdeps/powerpc/backtrace.c (struct layout): Make pointers __unbounded. | ||||
* | Update. | Ulrich Drepper | 2000-07-19 | 1 | -0/+91 |
2000-07-19 Ulrich Drepper <drepper@redhat.com> * resolv/Makefile (distribute): Add README. * resolv/README: New file. By Mark Kettenis <kettenis@gnu.org>. |