summaryrefslogtreecommitdiffstats
path: root/sbin/ldattach (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
* redundant, gets BINDIR from ../Makefile.incespie2017-06-121-3/+1
* Different compilers and versions of compilers have different warnings.jsg2017-04-161-2/+2
* Remove leftovers of line disciplines that are no more.mpi2016-11-261-7/+2
* I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)deraadt2015-01-151-2/+2
* no more sl(4);jmc2014-10-021-3/+2
* Remove some sl(4) references.mpi2014-10-011-6/+2
* msts(4) appears to support TIOCSTSTAMPguenther2014-08-101-1/+2
* replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)deraadt2012-12-041-2/+3
* Define empty CDIAGFLAGS for programs that use Werror.haesbaert2012-09-121-1/+2
* list offset should be "indent", not "-indent";jmc2010-04-061-3/+3
* -indet is not a valid .Bl option, it should be -indent. But what mandoc(1)deraadt2010-04-051-3/+3
* If the nmea(4) or endrun(4) timing disciplines are selected ignore statusckuethe2009-10-311-1/+2
* poll events must be reinitialized after each call to poll. fixesckuethe2009-10-281-4/+4
* .Xr endrun 4stevesk2009-05-061-1/+2
* endrun(4) - EndRun Technologies native time-of-day message timedeltastevesk2009-05-062-7/+16
* Initialize the tty in the same way for nmea and slip.mbalmer2008-06-121-6/+2
* Explicit flush stdout after printing the pty name when -p is used.mbalmer2008-06-111-1/+2
* sleep if the slave device of the pty(4) is not connected.mbalmer2008-06-101-3/+8
* correctly setup the tty line for NMEA devices, especially turn off echombalmer2008-06-101-1/+5
* Don't reverence slattach(8) or nmeaattach(8) in a comment.mbalmer2008-06-091-3/+4
* zap trailing whitespace;jmc2008-06-091-3/+3
* Add the '-p' option to ldattach(8) to pass data received from the devicembalmer2008-06-095-18/+277
* Log an error if a device can not be opened, only log line discipline attachmentmbalmer2008-02-282-6/+10
* Add support for the Meinberg Standard Time String format that all Meinbergmbalmer2008-01-052-10/+29
* zap trailing whitespace;jmc2007-11-131-2/+2
* Do not set explicit com parameters for the tty, instead use the exisitingmbalmer2007-11-132-55/+74
* document different types for "device" and improve startup description;jmc2007-11-031-8/+16
* 4800deraadt2007-11-031-2/+2
* tweaks;jmc2007-11-031-3/+3
* use tty01 and mention the baud rate issuederaadt2007-11-031-3/+4
* Correct bad example, in /etc/ttys use the _tty_ not _cua_, of course.mbalmer2007-11-031-3/+3
* lintderaadt2007-11-031-8/+9
* ldattach(8) is a command to attach line discipline to a tty line. It canmbalmer2007-11-033-0/+381