#
75e1de3c |
| 31-Aug-2023 |
Augustin Cavalier <waddlesplash@gmail.com> |
libnetwork: Synchronize netresolv with NetBSD 9.3.
Some of the Haiku-specific modifications that were previously unmarked are now clearly marked with #ifdef __HAIKU__.
BIND9-specific files containi
libnetwork: Synchronize netresolv with NetBSD 9.3.
Some of the Haiku-specific modifications that were previously unmarked are now clearly marked with #ifdef __HAIKU__.
BIND9-specific files containing private APIs never exposed in public headers have been removed.
Tested with wget, curl, pkgman (Network Kit), WebPositive (WebKit/curl), and Falkon (QtWebEngine/Chromium). All DNS-related operations seem to still work just fine.
(One patch also imported from NetBSD trunk for GCC 12+ compatibility.)
Change-Id: I4a349577b24b4df008fd9cba5d3a322cd24397f1 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6879 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
0df9e45c |
| 15-Jul-2019 |
Adrien Destugues <pulkomandy@pulkomandy.tk> |
Use explicit_bzero where it makes sense
PVS studio new report, warning type V597
Change-Id: Icd85aadf3ffc587806f9a24d224d0a369d4ce0e0 Reviewed-on: https://review.haiku-os.org/c/1594 Reviewed-by: wa
Use explicit_bzero where it makes sense
PVS studio new report, warning type V597
Change-Id: Icd85aadf3ffc587806f9a24d224d0a369d4ce0e0 Reviewed-on: https://review.haiku-os.org/c/1594 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
aa6411e2 |
| 23-Nov-2018 |
Augustin Cavalier <waddlesplash@gmail.com> |
libnetwork: Move from src/kits to src/system.
Properly speaking, this is part of POSIX and not of the Be-style "kits", and so it should live in system/ alongside libroot. No functional change intend
libnetwork: Move from src/kits to src/system.
Properly speaking, this is part of POSIX and not of the Be-style "kits", and so it should live in system/ alongside libroot. No functional change intended.
Change-Id: I0fcf78a09c76e220ad4f1719d147978ef4a3bc52 Reviewed-on: https://review.haiku-os.org/726 Reviewed-by: Axel Dörfler <axeld@pinc-software.de> Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|