Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4) | 2015-01-15 | 1 | -3/+3 | |
| | | | | | | led this program and the associated manual pages to including that file directly, rather than the canonical include path of <sys/ioctl.h> discussed with millert | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -3/+3 | |
| | |||||
* | Document signal/clock status. | 2008-05-06 | 1 | -3/+12 | |
| | |||||
* | Add support for the Meinberg Standard Time String format that all Meinberg | 2008-01-05 | 1 | -0/+86 | |
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 |