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
2009-06-02
Add some extra protection against non-monotonic timestamps. ok stevesk
Chris Kuethe
2009-04-26
don't zero sensor .value and .flags immediately after the allocation w/ M_ZER...
Constantine A. Murenin
2008-12-25
don't need #include <sys/queue.h>; ok mbalmer@
Kevin Steves
2008-12-25
spelling in comments; ok mbalmer@
Kevin Steves
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-07-22
deactivate the code to display location in the sensor description
Marc Balmer
2008-07-07
Shorten the sensor description and reserve room for optional characters
Marc Balmer
2008-07-06
Add the position to the sensor description.
Marc Balmer
2008-06-11
Don't use the reference count to create the sensor name; we can end up
Marc Balmer
2008-05-05
Make nmea(4) behave like the other timedelta sensors and provide a
Marc Balmer
2008-01-28
spelling in comment; ok mbalmer@ jmc@
Kevin Steves
2007-11-27
Only checksum the NMEA sentence if it as GPRMC message.
Marc Balmer
2007-11-26
Degrade the timedelta if the GPS reports a warning condition for more than
Marc Balmer
2007-09-07
Use M_ZERO in a few more places to shave bytes from the kernel.
Artur Grabowski
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-03-20
swiss spelling
Theo de Raadt
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