| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The account flag `ASU' will no longer be set but that makes suser()
mpsafe since it no longer mess with a per-process field.
No objection from millert@, ok tedu@, bluhm@
|
|
|
|
|
|
|
| |
Fix inconsistent arguments for pppopen/pppclose/pppstart.
Use passed in argument p in pppopen instead of curproc.
"Looks good to me" deraadt@
|
|
|
|
| |
ok doug tedu
|
|
|
|
| |
ok mpi@ kspillner@
|
|
|
|
| |
after discussions with beck deraadt kettenis.
|
|
|
|
| |
a process instead of using curproc. ok deraadt
|
| |
|
|
|
|
| |
apparently a leftover from tty_nmea.c
|
| |
|
| |
|
|
|
|
|
|
|
| |
in msts
2) modify debug string to not print first field (which is not
the sentence message type)
ok mbalmer@
|
| |
|
| |
|
|
|
|
| |
CVS ---------------------------------------------------------------------
|
| |
|
| |
|
|
|
|
|
|
|
| |
Really just the low-hanging fruit of (hopefully) forthcoming timeout
conversions.
ok art@, krw@
|
|
|
|
|
|
| |
with sensors with the same name. The sensor name is now ever increasing
unless the reference count drops to zero, in which case the naming restarts
at zero as well.
|
| |
|
|
|
|
|
| |
ten minutes (same behaviour as nmea(4)). If the cable is pulled, the sensor
no longer keeps the OK status forever. Tested with a PEX511 as MSTS sender.
|
|
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
|