index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
tty_nmea.c
Age
Commit message (
Expand
)
Author
2007-03-19
Change the way the nmea(4) line discipline takes the timestamp for
Marc Balmer
2007-03-05
If tty-timestamping is requested, but no PPS signal is present, output a
Marc Balmer
2007-01-02
return is not a function.
Marc Balmer
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-12-23
in nmeaopen(), only add the sensors to the system if there was no error.
Marc Balmer
2006-12-15
Correct order of malloc(9) arguments.
Marc Balmer
2006-11-29
Update the sensor description based on the GPS operation mode. Initial
Marc Balmer
2006-11-28
Let nmea(4) use tty timestamps if they are enabled. Using a GPS receiver
Marc Balmer
2006-11-18
typos; from bret lambert
Jason McIntyre
2006-06-21
If tty timestamping is enabled, copy the tty timestamp early to preserve
Marc Balmer
2006-06-20
pruning; ok mbalmer
Theo de Raadt
2006-06-19
Remove the no longer needed date/time calculations.
Marc Balmer
2006-06-13
Next round of clean-up: Remove the ugly state machine and replace it with
Marc Balmer
2006-06-10
Add functions to decode date and time strings that make sure no invalid
Marc Balmer
2006-06-05
various cleanups; ok mbalmer
Theo de Raadt
2006-06-04
- ntpd no longer needs the NTP identifier as part of a timedelta sensor
Marc Balmer
2006-06-01
Avoid buffer overflow in case of oversized input.
Chris Kuethe
2006-06-01
mbalmer says the swiss have learned how to swim.
Chris Kuethe
2006-06-01
Add basic NMEA0183 support as a tty line discipline. The line discipline
Marc Balmer