simh-testsetgenerator/Ibm1130
Mark Pizzolato 1fb209c275 SOCKETS: Cleanup, simplify and extend the sim_sock API set.
Cleanup/Simplification by:
	1) removing irrelevant master flag variable from sim_close_sock and thus sim_err_sock
	2) change previous boolean feature arguments (datagram, nodelay, reuseaddr) to flag bits in a single option argument.  This allows for features to be added by new flag bits which don't change the calling signatures.
	3) changed all status returns to be int (vs t_stat) with success being 0 and error being -1
	4) removed unneeded simh specific type references to allow sim_sock to be used by n
Extended API by providing flags to influence socket setup/behavior:
	SIM_SOCK_OPT_REUSEADDR	Retains prior behavior when sim_switches had -U set
	SIM_SOCK_OPT_DATAGRAM	UDP socket setup provided for when prior datagram argument was specified
	SIM_SOCK_OPT_NODELAY		TCP Nagle disable provided for when prior nodelay argument was specified
	SIM_SOCK_OPT_BLOCKING	Blocking socket mode (detault is non blocking)
2015-02-11 09:41:18 -08:00
..
utils Notes For V3.3 2011-04-15 08:34:40 -07:00
1130consoleblank.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1132empty.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1132full.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1442empty.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1442eof.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1442full.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
1442middle.bmp Notes For V3.1-0 2011-04-15 08:34:20 -07:00
dmsr2v12phases.h Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
dmsr2v12slet.h Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
HAND.CUR Notes For V2.9-11 2011-04-15 08:33:43 -07:00
ibm1130.ico Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
ibm1130.rc Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
ibm1130_conin.h Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130_conout.h Fix issues observed by Sun C compiler 2013-03-18 12:52:43 -07:00
ibm1130_cpu.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
ibm1130_cr.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
ibm1130_defs.h Cleanup of unneeded global extern declarations 2014-10-10 08:18:15 -07:00
ibm1130_disk.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
ibm1130_fmt.c Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
ibm1130_fmt.h Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
ibm1130_gdu.c Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
ibm1130_gui.c More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). 2014-10-24 14:37:37 -07:00
ibm1130_plot.c Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
ibm1130_prt.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
ibm1130_prtwheel.h Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
ibm1130_ptrp.c Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
ibm1130_sca.c SOCKETS: Cleanup, simplify and extend the sim_sock API set. 2015-02-11 09:41:18 -08:00
ibm1130_stddev.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
ibm1130_sys.c Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
ibm1130_t2741.c Notes For V3.7-0 2011-04-15 08:35:25 -07:00
ibm1130res.h Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
readme1130.txt Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org 2013-04-18 11:08:10 -07:00
readme_update.txt Notes For V3.1-0 2011-04-15 08:34:20 -07:00