aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/c_src/trace_ip_drv.c
AgeCommit message (Collapse)Author
2016-05-17Merge branch 'sverker/runtime_tools/trace_ip_drv/OTP-13576/ERL-119'Sverker Eriksson
2016-05-10runtime_tools: Fix bug in trace_ip_drvSverker Eriksson
causing extra calls to driver_select(,, _|ERL_DRV_USE, 0) reporting "... (re)selected before stop_select was called" Solution: Set data->fd to INVALID to avoid double call to close_client() in close_inlink_port().
2016-03-15update copyright-yearHenrik Nord
2016-02-23kernel: Remove calls to erl_exitSverker Eriksson
from debug and example code
2015-06-18Change license text to APLv2Bruce Yinhe
2012-07-19runtime_tools: Remove VxWorksBjörn-Egil Dahlberg
2012-05-09Correct formating in exit error messagesMichael Santos
Ensure displayed sizes are not negative.
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-03runtime_tools: Fix signedness in trace_ip_drv.cBjörn-Egil Dahlberg
* Multiple functions had conflicting signedness in their prototypes for some arguments.
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-09runtime_tools's drivers: Conform to updated driver APIBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP