summaryrefslogtreecommitdiffstats
path: root/sbin/ldattach
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-7/+7
2017-06-12redundant, gets BINDIR from ../Makefile.incespie1-3/+1
2017-04-16Different compilers and versions of compilers have different warnings.jsg1-2/+2
2016-11-26Remove leftovers of line disciplines that are no more.mpi1-7/+2
2015-01-15I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)deraadt1-2/+2
2014-10-02no more sl(4);jmc1-3/+2
2014-10-01Remove some sl(4) references.mpi1-6/+2
2014-08-10msts(4) appears to support TIOCSTSTAMPguenther1-1/+2
2012-12-04replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)deraadt1-2/+3
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.haesbaert1-1/+2
2010-04-06list offset should be "indent", not "-indent";jmc1-3/+3
2010-04-05-indet is not a valid .Bl option, it should be -indent. But what mandoc(1)deraadt1-3/+3
2009-10-31If the nmea(4) or endrun(4) timing disciplines are selected ignore statusckuethe1-1/+2
2009-10-28poll events must be reinitialized after each call to poll. fixesckuethe1-4/+4
2009-05-06.Xr endrun 4stevesk1-1/+2
2009-05-06endrun(4) - EndRun Technologies native time-of-day message timedeltastevesk2-7/+16
2008-06-12Initialize the tty in the same way for nmea and slip.mbalmer1-6/+2
2008-06-11Explicit flush stdout after printing the pty name when -p is used.mbalmer1-1/+2
2008-06-10sleep if the slave device of the pty(4) is not connected.mbalmer1-3/+8
2008-06-10correctly setup the tty line for NMEA devices, especially turn off echombalmer1-1/+5
2008-06-09Don't reverence slattach(8) or nmeaattach(8) in a comment.mbalmer1-3/+4
2008-06-09zap trailing whitespace;jmc1-3/+3
2008-06-09Add the '-p' option to ldattach(8) to pass data received from the devicembalmer5-18/+277
2008-02-28Log an error if a device can not be opened, only log line discipline attachmentmbalmer2-6/+10
2008-01-05Add support for the Meinberg Standard Time String format that all Meinbergmbalmer2-10/+29
2007-11-13zap trailing whitespace;jmc1-2/+2
2007-11-13Do not set explicit com parameters for the tty, instead use the exisitingmbalmer2-55/+74
2007-11-03document different types for "device" and improve startup description;jmc1-8/+16
2007-11-034800deraadt1-2/+2
2007-11-03tweaks;jmc1-3/+3
2007-11-03use tty01 and mention the baud rate issuederaadt1-3/+4
2007-11-03Correct bad example, in /etc/ttys use the _tty_ not _cua_, of course.mbalmer1-3/+3
2007-11-03lintderaadt1-8/+9
2007-11-03ldattach(8) is a command to attach line discipline to a tty line. It canmbalmer3-0/+381