eeh
|
24defd04da
|
Rename the tablet line discipline "tablet".
|
2001-02-11 01:28:47 +00:00 |
enami
|
c816e13706
|
Adjust nlinesw correctly.
|
2000-11-15 01:42:53 +00:00 |
enami
|
54f723723a
|
Cosmetic changes.
|
2000-11-15 01:41:22 +00:00 |
eeh
|
d85adca51f
|
Make line disciplines modular so they can be added or removed dynamically.
|
2000-11-01 23:51:38 +00:00 |
eeh
|
ef06aa4d68
|
Fix unbalanced #endif.
|
2000-09-22 01:37:27 +00:00 |
eeh
|
3ec2906321
|
The files "kbd.h" and "ms.h" are defined in sys/dev/sun/files.sun. Only
include them for ports that are likely to use the Sun line disciplines.
|
2000-09-22 01:24:07 +00:00 |
eeh
|
9220a0cf6b
|
Sun Keyboard/Mouse line discipline support.
|
2000-09-21 23:31:14 +00:00 |
christos
|
bee9dafdf5
|
defopt COMPAT_43
|
1998-12-10 15:07:01 +00:00 |
perry
|
730baa7431
|
fix sizeofs so they comply with the KNF style guide. yes, it is pedantic.
|
1998-07-31 22:50:48 +00:00 |
thorpej
|
1a2cb1b9d4
|
defopt COMPAT_FREEBSD
|
1998-06-25 22:49:18 +00:00 |
mycroft
|
2bb5067e13
|
Move the code to wait for carrier on a tty into a common function, since it
depends only on device-independent state bits.
Implement SunOS-style `dialout' devices.
|
1998-03-22 00:55:37 +00:00 |
fvdl
|
e5bc90f40c
|
Merge with Lite2 + local changes
|
1998-03-01 02:20:01 +00:00 |
kleink
|
b27b6da672
|
It's STRIPDISC, not STRIPIPDISC.
|
1997-04-03 00:54:19 +00:00 |
jonathan
|
431ae5d022
|
Add line discipline code, initialization, and config support for MosquitoNet's
Metricom Ricochet starmode-radio-IP driver.
|
1996-05-19 17:17:50 +00:00 |
christos
|
8a5b1b92e2
|
First pass at prototyping
|
1996-02-04 02:15:01 +00:00 |
mycroft
|
2dd293d3c3
|
Add hooks for COMPAT_FREEBSD, from Noriyuki Soda.
|
1995-10-10 01:26:36 +00:00 |
cgd
|
6ac2bbfc35
|
be more careful with types, also pull in headers where necessary.
|
1994-10-30 21:43:03 +00:00 |
cgd
|
cf92afd66e
|
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1994-06-29 06:29:24 +00:00 |
paulus
|
6ea2395cde
|
fix compilation warning
|
1994-06-20 00:32:31 +00:00 |
mycroft
|
917feef86b
|
Compatibility with old code that uses NTTYDISC, if COMPAT_43.
|
1994-06-16 17:54:52 +00:00 |
cgd
|
a98f3f0e86
|
final munge for 4.4-Lite-ness
|
1994-05-12 03:43:00 +00:00 |
cgd
|
a0a7429482
|
lots of changes: prototype migration, move lots of variables, definitions,
and structure elements around. kill some unnecessary type and macro
definitions. standardize clock handling. More changes than you'd want.
|
1994-05-05 05:35:42 +00:00 |
mycroft
|
a8aa70d4a5
|
Remove l_rend and l_meta.
|
1994-02-09 20:18:17 +00:00 |
mycroft
|
7f50bd1829
|
Canonicalize all #includes.
|
1993-12-18 04:21:37 +00:00 |
glass
|
3e21ea2e33
|
tablet line discipline compiles and probably works now.
|
1993-11-02 06:19:24 +00:00 |
glass
|
7a7e6dbd95
|
removed slip and ppp specific prototypes from tty.h where they didn't belong.
moved them to tty_conf.c within #if Nwhatever > 0 where they do belong.
made sure that if_sl.c, and if_ppp.c still compile quietly.
|
1993-10-31 19:27:45 +00:00 |
deraadt
|
3604916e13
|
ppp from paul mackerras
|
1993-08-14 06:29:28 +00:00 |
andrew
|
0e6cb953ea
|
ANSIfications - removed all implicit function return types and argument
definitions. Ensured that all files include "systm.h" to gain access to
general prototypes. Casts where necessary.
|
1993-06-27 06:01:27 +00:00 |
cgd
|
fe1802950b
|
add include of select.h if necessary for protos, or delete if extraneous
|
1993-05-22 11:40:42 +00:00 |
cgd
|
8d6c77881c
|
make kernel select interface be one-stop shopping & clean it all up.
|
1993-05-18 18:18:40 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |