nuttx/libc/netdb
Gregory Nutt 3521aaf944 Squashed commit of the following:
binfmt/, configs/, grahics/, libc/, mm/, net/, sched/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
    arch/arm/src/stm32 and stm32f7:  Architecture-specific code is not permitted to modify the errno variable.  drivers/ and libc/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
2018-01-30 17:57:36 -06:00
..
Kconfig libc/Kconfig: Use menus vs. comments to better organize the C library menus 2017-02-10 10:04:56 -06:00
lib_dns.h Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
lib_dnsaddserver.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
lib_dnsbind.c
lib_dnscache.c netdb: Fix time info in lib_dnscache.c 2017-05-23 16:02:41 +09:00
lib_dnsforeach.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
lib_dnsinit.c Fix a typo 2017-10-08 12:38:53 -06:00
lib_dnsquery.c Adds OS internal function nx_write() which is functionally equivalent to write() except that it does not set the errno variable and do not cause cancellation points. 2017-10-11 10:18:30 -06:00
lib_gethostbyaddr.c Remove dangling whitespace at the end of some lines. 2017-06-28 10:39:54 -06:00
lib_gethostbyaddrr.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
lib_gethostbyname.c
lib_gethostbynamer.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
lib_netdb.c
lib_netdb.h
lib_parsehostfile.c
Make.defs