--- rpl/src/instructions_o1.c 2020/04/06 13:06:16 1.101 +++ rpl/src/instructions_o1.c 2020/04/06 14:24:00 1.103 @@ -3890,6 +3890,24 @@ instruction_open(struct_processus *s_eta #ifdef B230400 "230400", #endif +#ifdef B460800 + "460800", +#endif +#ifdef B500000 + "500000", +#endif +#ifdef B576000 + "576000", +#endif +#ifdef B921600 + "921600", +#endif +#ifdef B1000000 + "1000000", +#endif +#ifdef B1152000 + "1152000", +#endif NULL }; tcflag_t vitesses_constantes[] = { B50, B75, B110, B134, B150, B200, B300, B600, @@ -3903,6 +3921,24 @@ instruction_open(struct_processus *s_eta #ifdef B230400 B230400, #endif +#ifdef B460800 + B460800, +#endif +#ifdef B500000 + B500000, +#endif +#ifdef B576000 + B576000, +#endif +#ifdef B921600 + B921600, +#endif +#ifdef B1000000 + B1000000, +#endif +#ifdef B1152000 + B1152000, +#endif 0 }; unsigned int vitesse_courante; @@ -4192,7 +4228,7 @@ instruction_open(struct_processus *s_eta #ifdef IXANY 1, IXANY, #endif - 1, IXOFF, 1, IMAXBEL, + 1, IXOFF, /* c_oflag */ 2 , OPOST, 2, ONLCR, 2, OCRNL, 2, ONOCR, 2, ONLRET, #ifdef OFILL