| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
|
| |
|
|
|
|
|
|
| |
Remove -Werror to give code a greater chance of building.
ok deraadt@ florian@
|
|
|
|
| |
ok mikeb@
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
From Maurice Janssen (maurice (at) z74.net)
|
|
|
|
| |
ok guenther
|
|
|
|
|
|
| |
Makes "make build" build with WARNINGS=Yes on amd64.
ok espie
|
| |
|
|
|
|
|
| |
did was spit that out on the next line of output, without warning, which
is a bug in mandoc(1)...
|
|
|
|
|
|
|
| |
lines; this prevents poll(2) from saying the fd has data to be read, when
it only had a status line change. Prevents ldattach from exiting when
relaying data to gpsd while being driven by a gps with 1PPS.
ok deraadt
|
|
|
|
|
| |
ldattach exiting when relaying (nmea to gpsd, for example).
ok deraadt@
|
|
|
|
| |
spotted by jmc@
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
found by ckuethe, help from otto.
|
|
|
|
| |
problem noticed by ckuethe, solution discussed with claudio
|
|
|
|
|
|
| |
to the device.
found by ckuethe, fixed and tested with ckuethe
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
to the master device of a pty(4) pair. The name of the slave device is
written to standard output.
This is useful for applications like e.g. gpsd from the misc/gpsd port
that also use the serial data stream (e.g. nmea(4) as a time source and
gpsd to get at positional data).
help and ok deraadt, makes ckuethe happy.
|
|
|
|
| |
when the line discipline has really been attached. And a few manual tweaks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
ones and onl change what the user requests. Do not artifically limit the
baudrates.
prodding and ok by deraadt.
|
|
|
|
|
|
| |
this is really an mbalmer diff, tweaked by myself
ok deraadt mbalmer
|
| |
|
| |
|
| |
|
|
|
|
| |
spottet by deraadt.
|
| |
|
|
be used from the command line or from init(8) by adding an entry to the
/etc/ttys file. ldattach(8) can be extended to support new line disciplines.
feedback many, ok deraadt, mikeb
|