freebsd-dev/sys/dev/cxgb
Eric van Gyzen 8144690af4 Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel
inet_ntoa() cannot be used safely in a multithreaded environment
because it uses a static local buffer. Instead, use inet_ntoa_r()
with a buffer on the caller's stack.

Suggested by:	glebius, emaste
Reviewed by:	gnn
MFC after:	2 weeks
Sponsored by:	Dell EMC
Differential Revision:	https://reviews.freebsd.org/D9625
2017-02-16 20:47:41 +00:00
..
common sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
sys Provide a set of inline functions to manage simple mbuf(9) queues, based 2015-02-19 01:19:42 +00:00
ulp Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel 2017-02-16 20:47:41 +00:00
bin2h.pl
cxgb_adapter.h Provide a set of inline functions to manage simple mbuf(9) queues, based 2015-02-19 01:19:42 +00:00
cxgb_include.h
cxgb_ioctl.h
cxgb_main.c CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
cxgb_offload.h
cxgb_osdep.h Fix kernel LINT build after r299363. 2016-05-10 16:31:18 +00:00
cxgb_sge.c With clang 3.9.0, compiling cxgb results in the following warning: 2016-09-03 19:01:11 +00:00
cxgb_t3fw.c
cxgb_t3fw.h
t3b_protocol_sram.h
t3b_tp_eeprom.h
t3c_protocol_sram.h
t3c_tp_eeprom.h