History log of /src/usr.bin/tip/tipout.c |
Revision | | Date | Author | Comments |
1.15 |
| 06-Sep-2011 |
joerg | Use __dead. Make a bunch of local functions static.
|
1.14 |
| 14-Dec-2006 |
christos | pass lint; from Anon Ymous
|
1.13 |
| 03-Apr-2006 |
tls | Use closefrom, don't iterate over file descriptors from 3 to 20.
|
1.12 |
| 03-Apr-2006 |
tls | Replace abuse of SIGIOT, SIGEMT, SIGSYS for communication between the TIPIN and TIPOUT processes with a third "attention" pipe. While we're here, fix a few other minor nits like the hardcoded use of fd 3 in consh().
Now ~+/~C appear to work. This must have been broken for years.
|
1.11 |
| 03-Apr-2006 |
christos | Pass a little lint.
|
1.10 |
| 03-Apr-2006 |
perry | ANSIfy decls, de-__P, clean trailing whitespace
|
1.9 |
| 09-Dec-2005 |
gavan | Treat EOF the same as EIO. Prevents spinning if an EOF condition is encountered, such as a USB serial device being unplugged.
Instead of spinning, the process reading from the serial line will exit, leaving the process reading from the local terminal to exit when it notices that its child has gone away.
|
1.8 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.7 |
| 12-Jul-1998 |
mrg | - KNF - use snprintf - be safe with buffers (change prompt() to take a size_t len arg for this)
|
1.6 |
| 22-Nov-1997 |
lukem | WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage
|
1.5 |
| 29-Dec-1996 |
cgd | replace old zzhack structure (YUCK!) and number(), boolean(), character(), and address() macros with new macros of the same names (to get values), and macros with those names but with "set" prepended and which take a second argument (to set values). The new macros use type casts to do type conversion, which is much cleaner than using a union and making endianness-related hacks to get the right 'short's and 'char's from the right array indices. (YUCK! again, for good measure.)
|
1.4 |
| 29-Oct-1995 |
pk | Convert to termios (from Scott Reynolds; PR#1621). 8-bit patches (from Matthieu Herrb; PR#1384).
|
1.3 |
| 08-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 08-Dec-1994 |
jtc | imported from 4.4lite
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|