Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
| | | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time. | ||||
* | Don't depend on "implicit int". | bde | 1998-02-25 | 1 | -4/+4 |
| | |||||
* | Fix a couple of operator precedence bugs. | steve | 1998-01-25 | 1 | -3/+3 |
| | | | | | PR: 5450 Submitted by: Sakari Jalovaara <sja@tekla.fi> | ||||
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+3 |
| | |||||
* | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | bde | 1997-12-06 | 1 | -2/+2 |
| | | | | | not handled at a particular level. This fixes mainly restarting of interrupted TIOCDRAINs and TIOCSETA{W,F}s. | ||||
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -6/+1 |
| | |||||
* | Don't include <sys/ioctl.h> in the kernel. Stage 5: include | bde | 1997-03-24 | 1 | -2/+2 |
| | | | | | | <sys/ioctl_compat.h> and sometimes <sys/filio.h> instead of <sys/ioctl.h> in tty-related files. <sys/ttycom.h> is still usually imported bogusly via <sys/termios.h>. | ||||
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
| | | | | ready for it yet. | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -2/+4 |
| | | | | | | with later. A number of unused vars removed. A number of unused procs removed or #ifdefed. | ||||
* | Improved formatting. | bde | 1995-11-18 | 1 | -5/+8 |
| | | | | | | Added a comment about possibly better handling of INPCK. Added a prototype. | ||||
* | Preserve current termios speed for TIOCSET*, if it matched with | ache | 1995-08-02 | 1 | -3/+7 |
| | | | | | nearest valid. It means that gtty+stty transaction (without speed change) not breaks non-standard speeds now. | ||||
* | Better approximation for TIOCGETP (gtty) for non-standard speeds. | ache | 1995-08-02 | 1 | -9/+18 |
| | | | | | | Old variant returns 38400 for them, now it returns nearest matched rounded down, expect speeds in range 0 > speed < 50 rounded up to not produce hangup. | ||||
* | Check for valid speed values in pty drive | ache | 1995-08-02 | 1 | -4/+7 |
| | | | | | | Check for negative speed values in tty drive Back out valid speed values checking from tty drive Suggested by: bde | ||||
* | Check for valid speeds in TIOCSET* and return EINVAL for incorrect | ache | 1995-08-01 | 1 | -7/+4 |
| | | | | values instead of setting garbadge. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -9/+9 |
| | |||||
* | Extract "set" family functions to separate module, needed for | ache | 1995-04-11 | 1 | -70/+90 |
| | | | | locking in sio f.e. | ||||
* | Back out changes related to locked bits until more elegant solution will be | ache | 1995-04-02 | 1 | -20/+20 |
| | | | | found. Fix flags declarations. | ||||
* | Fix error in TIOCSETC/TIOCSLTC, they need to call TIOCSETA. | ache | 1995-04-02 | 1 | -16/+18 |
| | | | | Remove static from some functions, needed in sio (later) | ||||
* | Return EINVAL instead of setting wrong in/out speed | ache | 1995-04-02 | 1 | -9/+9 |
| | | | | | Fix declaration of cc arrays Remove static from compatspcodes, will needed in sio (later) | ||||
* | c_iflag handling in setting compat modes now more close to V7 | ache | 1995-03-29 | 1 | -2/+4 |
| | |||||
* | Better IXANY/IXOFF processing into setflags. | ache | 1994-10-11 | 1 | -6/+14 |
| | | | | Cosmetique 'tab' fix | ||||
* | Fix old cs8->cs7 bug, bringed by rlogin. | ache | 1994-10-11 | 1 | -25/+45 |
| | | | | Obtained from: FreeBSD 1.x | ||||
* | Cosmetics: added ()'s and fixed prinf-formats to make gcc silent. | phk | 1994-10-08 | 1 | -2/+2 |
| | |||||
* | Support speeds 57600 and 115200. | bde | 1994-08-25 | 1 | -12/+16 |
| | | | | Privatize functions. | ||||
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
| | |||||
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -0/+7 |
| | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman | ||||
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+411 |