Logo white

Peter M. Groen / tty0tty

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 62
  • Compare
  • Branches 1
  • Tags 0
  • tty0tty
19 Jul, 2017
1 commit
  • Merge pull request #10 from jschwartzenberg/master ...
    8290538d
    Add support for Linux > 4.11
    Jeff Buchbinder authored
    2017-07-19 16:00:25 -0400  
    Browse Code »

05 Jun, 2017
1 commit
  • Add support for Linux > 4.11 ...
    361b89b0
    Based on: http://dpdk.org/dev/patchwork/patch/22036/
    Julius Schwartzenberg authored
    2017-06-05 22:37:52 +0200  
    Browse Code »

08 Mar, 2017
2 commits
  • Merge pull request #8 from Roche/feature/debianize ...
    67105325
    debianize
    Jeff Buchbinder authored
    2017-03-08 07:10:43 -0500  
    Browse Code »
  • debianize ...
    fc915b95
    * use xenial distribution
    * disable build test for the kernel module
    * rename package appending -dkms
    Eric Keller authored
    2017-03-08 09:22:18 +0100  
    Browse Code »

04 Jul, 2015
1 commit
  • Merge pull request #7 from tian2992/patch-1 ...
    5789f5ad
    Create README.md
    Jeff Buchbinder authored
    2015-07-04 19:28:57 -0400  
    Browse Code »

02 Jul, 2015
1 commit
  • Create README.md ...
    9bb7cc8e
    Added docs and how to run thanks to http://askubuntu.com/questions/588800/setup-virtual-serial-ports-linux-null-modem-emulator-using-tty0tty
    Sebastian Oliva authored
    2015-07-02 13:28:02 -0600  
    Browse Code »

24 Mar, 2015
2 commits
  • Merge pull request #6 from ReallyNiceGuy/master ...
    1fb6b8bc
    Implement modules_install target
    Jeff Buchbinder authored
    2015-03-24 23:14:34 -0400  
    Browse Code »
  • Implement modules_install target
    fc3c8bbe
    Marco A. Costa authored
    2015-03-24 15:38:52 -0300  
    Browse Code »

05 Feb, 2014
6 commits
  • Make sure to install prereq.
    912ffac6
    Jeff Buchbinder authored
    2014-02-05 15:48:24 -0500  
    Browse Code »
  • Fix target for module build.
    11d3cfa3
    Jeff Buchbinder authored
    2014-02-05 15:38:13 -0500  
    Browse Code »
  • Adjust to use make properly.
    8007af72
    Jeff Buchbinder authored
    2014-02-05 15:18:22 -0500  
    Browse Code »
  • Fix build, add master build file.
    9453127b
    Jeff Buchbinder authored
    2014-02-05 15:10:23 -0500  
    Browse Code »
  • Travis CI support.
    582c7f43
    Jeff Buchbinder authored
    2014-02-05 15:07:46 -0500  
    Browse Code »
  • Fix build warnings.
    c2fe5759
    Jeff Buchbinder authored
    2014-02-05 15:07:24 -0500  
    Browse Code »

30 Jan, 2014
4 commits
  • Merge pull request #5 from ReallyNiceGuy/master ...
    9eb1d46b
    Added parameter 'pairs' to select the number of pair of ports
    Jeff Buchbinder authored
    2014-01-30 11:42:20 -0800  
    Browse Code »
  • Added parameter 'pairs' to select the number of pair of ports ...
    84d25c7d
    Default value is 4
    Marco Aurelio da Costa authored
    2014-01-30 16:45:53 -0200  
    Browse Code »
  • Merge pull request #4 from ReallyNiceGuy/master ...
    d23736ab
    Make version 1.2 compile and run on linux 3.2
    Jeff Buchbinder authored
    2014-01-30 08:06:30 -0800  
    Browse Code »
  • Make version 1.2 compile and run on linux 3.2
    c5a9bd66
    Marco Aurelio da Costa authored
    2014-01-30 13:56:07 -0200  
    Browse Code »

01 Nov, 2013
1 commit
  • fix #1: import 1.2 from sourceforge
    ed7c25d3
    Jeff Buchbinder authored
    2013-11-01 09:33:50 -0400  
    Browse Code »

14 Aug, 2013
2 commits
  • Merge pull request #3 from carpie/master ...
    7cb1cd96
    Updated module to build on 3.2.0 kernel.
    Jeff Buchbinder authored
    2013-08-14 14:40:10 -0700  
    Browse Code »
  • Updated module to build on 3.2.0 kernel.
    c5a70910
    carpie authored
    2013-08-14 16:19:34 -0400  
    Browse Code »

23 Jul, 2013
1 commit
  • Enable some data flow control according to the unread data buffer of the paired port.
    0fdf7a3e
    Craig McQueen authored
    2013-07-23 15:08:33 +1000  
    Browse Code »

04 Jul, 2013
3 commits
  • Clarify definition of number of pseudo serial port pairs.
    df2832d8
    Craig McQueen authored
    2013-07-04 17:40:15 +1000  
    Browse Code »
  • Move hardware handshaking null-modem connections into a single function.
    d92cb7be
    Craig McQueen authored
    2013-07-04 15:45:24 +1000  
    Browse Code »
  • Initial .gitignore
    f4800a02
    Craig McQueen authored
    2013-07-04 12:01:31 +1000  
    Browse Code »

03 Jul, 2013
5 commits
  • Change version number to 1.2. ...
    09b7a730
    Add newlines to printk lines.
    Craig McQueen authored
    2013-07-03 17:39:52 +1000  
    Browse Code »
  • Simplify references to paired serial port.
    ba738340
    Craig McQueen authored
    2013-07-03 17:37:39 +1000  
    Browse Code »
  • Change include.
    90a8691f
    Craig McQueen authored
    2013-07-03 16:00:21 +1000  
    Browse Code »
  • Fix indentation to use tabs, according to Linux kernel coding style.
    1d1cb1ee
    Craig McQueen authored
    2013-07-03 15:58:49 +1000  
    Browse Code »
  • Simplify Makefile, to allow for cross-compiling.
    777db9ab
    Craig McQueen authored
    2013-07-03 15:36:43 +1000  
    Browse Code »

11 Jul, 2011
4 commits
  • Attempt to make install target function.
    43ca4548
    Jeff Buchbinder authored
    2011-07-11 14:00:12 -0400  
    Browse Code »
  • Remove old files, bump version number to 1.1 with new kernel fix.
    f41a8425
    Jeff Buchbinder authored
    2011-07-11 13:06:36 -0400  
    Browse Code »
  • Fix for modern semaphore functions.
    9dd38130
    Jeff Buchbinder authored
    2011-07-11 12:34:04 -0400  
    Browse Code »
  • Initial import
    80d9c5ee
    Jeff Buchbinder authored
    2011-07-11 12:29:59 -0400  
    Browse Code »