-
use <term.h> instead of <termio.h> on macos
-
tty0tty: port `tty.h` calls to `5.14+`
-
See: https://github.com/torvalds/linux/commit/9f90a4ddef4e4d3aa4229f6b117d4e57231457b3 Closes: #36 Closes: #35 Signed-off-by: Matthew Bakhtiari <dev@mtbk.me>
-
Format code according to Linux rules
-
Add support for Linux > 4.11
-
Based on: http://dpdk.org/dev/patchwork/patch/22036/
-
debianize
-
* use xenial distribution * disable build test for the kernel module * rename package appending -dkms
-
Create README.md
-
Added docs and how to run thanks to http://askubuntu.com/questions/588800/setup-virtual-serial-ports-linux-null-modem-emulator-using-tty0tty
-
Implement modules_install target
-
Added parameter 'pairs' to select the number of pair of ports
-
Default value is 4
-
Make version 1.2 compile and run on linux 3.2
-
Updated module to build on 3.2.0 kernel.
-
Add newlines to printk lines.