summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_conf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-add config includessf2015-12-221-1/+6
| | | | | | These got lost in previous commit. This broke ppp, nmea, msts, endrun. Found the hard way by David Coppa
* Move ppp, nmea, endrun, and msts prototypes to tty.hsf2015-12-211-36/+1
| | | | | | | Fix inconsistent arguments for pppopen/pppclose/pppstart. Use passed in argument p in pppopen instead of curproc. "Looks good to me" deraadt@
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* sl(4) is no more, thanks for all the fish!mpi2014-10-011-16/+2
|
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* lint is gone, and the 'lint' conditional was never in the implementationguenther2014-03-111-6/+1
| | | | | | namespace, so stop changing behavior when it's #defined ok beck@ krw@
* Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@naddy2013-12-131-3/+4
|
* remove the compat43 ifdef around some code. in effect, it's always beentedu2010-06-291-6/+1
| | | | | in compat mode and there's no harm continuing that way. ok dlg deraadt guenther miod thib
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-13/+13
| | | | a process instead of using curproc. ok deraadt
* Remove support for packet mode of Metricom Ricochet radios.jsg2009-08-251-16/+2
| | | | | | | | It currently doesn't compile and this is unlikely to change as there are many alternatives now since we no longer live in the early 1990s and Metricom went bankrupt some time ago. ok many @
* endrun(4) - EndRun Technologies native time-of-day message timedeltastevesk2009-05-061-1/+16
| | | | | | | | sensor. Based on msts(4). Tested with Praecis Ct (http://www.endruntechnologies.com/network-time-source.htm). help and feedback mbalmer 'no problem with this sensor going in' deraadt
* Add support for the Meinberg Standard Time String format that all Meinbergmbalmer2008-01-051-1/+16
| | | | | | | | | | | | | | radio clocks can transmit over serial ports. This is implemented as a line discipline similar to nmea(4) and provides a timedelta sensor. See http://www.meinberg.de/english/specs/timestr.htm for details on the MSTS format. ldattach(8) is extended to support the "msts" line discipline and two stopbits (which some radio clocks, e.g. the C51 use). Do a "make includes" before your next system build. Initially from Maurice Janssen based on nmea(4). "go for it" deraadt
* Remove the tb(4) line discipline and manual page. I found no man pagesmbalmer2006-08-031-16/+2
| | | | | | referencing tb(4). ok deraadt
* Add basic NMEA0183 support as a tty line discipline. The line disciplinembalmer2006-06-011-1/+16
| | | | | | | | | decodes NMEA messages completely transparent to userland applications, i.e. userland can still use the NMEA stream and talk to the device. If data is received, a timedelta sensor suitable for ntpd is created. The timestamp is not very precise at the moment, use of this is experimental at best. "get it in or we see how well the swiss people can swim" deraadt@
* ansi/deregister. No binary change.jsg2005-12-211-7/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* First round of __P removal in sysmillert2002-03-141-33/+33
|
* we don't need to include buf.hart1999-04-221-2/+1
|
* COMPAT_BSDOS exec and compat changes.downsj1997-09-021-2/+2
|
* s/STRIPIPDISC/STRIPDISC/; kleink@netbsd.orgderaadt1997-04-041-2/+2
|
* + stripderaadt1996-05-221-2/+20
|
* From NetBSD: 960217 mergeniklas1996-03-031-3/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+152