summaryrefslogtreecommitdiff
path: root/sbin/ldattach/ldattach.c
AgeCommit message (Expand)Author
2008-06-12Initialize the tty in the same way for nmea and slip.Marc Balmer
2008-06-11Explicit flush stdout after printing the pty name when -p is used.Marc Balmer
2008-06-10sleep if the slave device of the pty(4) is not connected.Marc Balmer
2008-06-10correctly setup the tty line for NMEA devices, especially turn off echoMarc Balmer
2008-06-09Don't reverence slattach(8) or nmeaattach(8) in a comment.Marc Balmer
2008-06-09Add the '-p' option to ldattach(8) to pass data received from the deviceMarc Balmer
2008-02-28Log an error if a device can not be opened, only log line discipline attachmentMarc Balmer
2008-01-05Add support for the Meinberg Standard Time String format that all MeinbergMarc Balmer
2007-11-13Do not set explicit com parameters for the tty, instead use the exisitingMarc Balmer
2007-11-03lintTheo de Raadt
2007-11-03ldattach(8) is a command to attach line discipline to a tty line. It canMarc Balmer