Cristian Maglie
970475ed06
Updated licenses
2017-03-04 16:29:55 +01:00
Veniamin Albaev
b55fdf163b
All //sys instructions moved to separate syscall_* files
...
Generated `syscall_*` files ranamed to `zsyscall_*` ones
like it done in `golang.org/x/sys` package.
2017-02-23 21:40:47 +03:00
Cristian Maglie
a3909960d3
Removed termiosMask(..) and use the correct bitmask type
...
This requires a bit of copying in darwin 386/amd64 but simplifies
the overall design.
2016-10-22 18:32:51 +02:00
Cristian Maglie
9398f35b69
Use unsigned values for termios setting
...
This allows the last (most significant) bit to be set without
overflow errors. The error becomes visible after adding the
CRTSCTS constant on linux/386:
const tcCRTSCTS uint = 0x80000000
2016-10-20 23:55:06 +02:00
Cristian Maglie
7178181a28
Disable RTS/CTS handshake by default
...
Fix #3
2016-10-20 23:17:26 +02:00
Cristian Maglie
01692a6f8d
Added missing speeds to freebsd port
2016-09-17 19:48:48 +02:00
Cristian Maglie
85dc492d83
Merge branch 'v0' into v1
2016-09-17 19:48:20 +02:00
Franz Bettag
a0fe3b8b02
Works on FreeBSD (even on armv6 and armv7 when cross compiled).
2016-09-15 17:46:58 +02:00