Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix type of length argument to sockset syscalls. | Ralf Baechle | 2009-06-14 | 1 | -1/+1 |
| | | | | | | | | Various socket syscalls receive a length argument that should be a socklen_t rsp. a ptr to a socklen_t but instead int rsp. ptr to int were being passed. While in theory this was a bug it's harmless as dangerously large values would not be used but the issue manifested itself in a significant number of compilation warnings. | ||||
* | Convert K&R-style function definitions to function prototypes. | Ralf Baechle | 2009-06-14 | 1 | -17/+12 |
| | |||||
* | Support for unix98 ptys ("/dev/ptmx"). Thanks to dk2crn. | Thomas Osterried | 2008-10-11 | 1 | -0/+26 |
| | |||||
* | io.c: WRITE to TTY returns -1 EAGAIN | Thomas Osterried | 2008-04-13 | 1 | -0/+13 |
| | | | | | if ttyqueue is full. The behaviour to give up here was wrong. | ||||
* | Fix warnings about // style comment. And remove some of the most | Ralf Baechle | 2007-01-23 | 1 | -1/+1 |
| | | | | pointless comments. | ||||
* | io.c: io_error(): patch from testing upstream version. | Thomas Osterried | 2006-06-10 | 1 | -16/+40 |
| | | | | fixes problem that it tends to terminate even if it need not to | ||||
* | gcc4.0 sucks | Thomas Osterried | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | - tun/tap support for ax25ipd | Thomas Osterried | 2005-10-30 | 1 | -3/+21 |
| | | | | | | | | | | | - fclose() fix in config.c description of tun/tap: added a new fast and efficient link to the linux kernel ax25 stack, via the ethertap interface. ax25 goes directly to the bpqether interface in the kernel via ethertap/tuntap interfaces, which is a much better way than traditional kissattach to a ttyp/ptyp pair. | ||||
* | #include <time.h> in io.c | Michael Taylor | 2004-12-12 | 1 | -0/+1 |
| | | | | tidy options struct initalization | ||||
* | merged my changes with terry indent, daemon can now optionally not fork | Craig Small | 2001-11-27 | 1 | -0/+1 |
| | |||||
* | Fixed the indentation that indent broke in ax25ipd/io.c | Terry Dawson VK2KTJ | 2001-09-22 | 1 | -516/+331 |
| | |||||
* | updated libtool, uniformly indented source, corrected small ax25mond ↵ | Terry Dawson VK2KTJ | 2001-09-12 | 1 | -325/+525 |
| | | | | Makefile bug | ||||
* | Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1 | Ralf Baechle | 1999-06-07 | 1 | -0/+574 |