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
  • module
  • tty0tty.c
06 Apr, 2022
1 commit
  • Bug fix for some kernel version for function: tty0tty_write_room
    e6a9db6b
    navidsav authored
    2022-04-06 12:20:06 +0430  
    Browse File »

05 Nov, 2021
2 commits
  • Merge pull request #31 from stappersg/less_generic_error_code_ENOTCONN ...
    564828d4
    Less generic error code for write()
    Jeff Buchbinder authored
    2021-11-05 11:57:35 -0400  
    Browse File »
  • Merge pull request #30 from stappersg/less_generic_error_code_ENOBUFS ...
    8ce4858d
    Allow tty0tty_write_room() to return ENOBUFS
    Jeff Buchbinder authored
    2021-11-05 11:55:47 -0400  
    Browse File »

11 Oct, 2021
1 commit
  • tty0tty: port `tty.h` calls to `5.14+` ...
    8307a99a
    See: https://github.com/torvalds/linux/commit/9f90a4ddef4e4d3aa4229f6b117d4e57231457b3
    Closes: #36
    Closes: #35
    Signed-off-by: Matthew Bakhtiari <dev@mtbk.me>
    Matthew Bakhtiari authored
    2021-10-11 22:09:49 +0200  
    Browse File »

01 Jan, 2021
2 commits
  • Less generic error code for write() ...
    d7f9e068
    Replaced the very generic EINVAL error code with ENOTCONN.
    Because it is easy to trigger the error state of endpoint not connected.
    
    Signed-off-by: Geert Stappers <stappers@stappers.it>
    Geert Stappers authored
    2021-01-01 22:57:12 +0100  
    Browse File »
  • Allow tty0tty_write_room() to return ENOBUFS ...
    e3de62f0
    The very generic error code EINVAL, in function tty0tty_write,
    replaced with more informative "No buffer space available"
    return code ENOBUFS.
    
    Signed-off-by: Geert Stappers <stappers@stappers.it>
    Geert Stappers authored
    2021-01-01 22:35:18 +0100  
    Browse File »

10 Jan, 2018
1 commit
  • Use Linux formating rules
    acbc49f0
    Marco Aurelio da Costa authored
    2018-01-10 10:49:31 -0200  
    Browse File »

13 Nov, 2017
2 commits
  • Use dynamic major number ( #11 )
    88ea12b1
    Jeff Buchbinder authored
    2017-11-13 08:01:36 -0500  
    Browse File »
  • Attempt to fix #16
    63e620ff
    Jeff Buchbinder authored
    2017-11-13 07:55:51 -0500  
    Browse File »

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 File »

30 Jan, 2014
2 commits
  • 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 File »
  • 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 File »

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

14 Aug, 2013
1 commit
  • Updated module to build on 3.2.0 kernel.
    c5a70910
    carpie authored
    2013-08-14 16:19:34 -0400  
    Browse File »

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 File »

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

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

11 Jul, 2011
2 commits
  • Fix for modern semaphore functions.
    9dd38130
    Jeff Buchbinder authored
    2011-07-11 12:34:04 -0400  
    Browse File »
  • Initial import
    80d9c5ee
    Jeff Buchbinder authored
    2011-07-11 12:29:59 -0400  
    Browse File »