summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_nmea.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch the signal status "percent" sensor, which is currentlysthen2010-05-271-6/+9
* Remove unnecessary pointer dereference causing gcc2 to warn.miod2010-04-231-2/+2
* Provide nmea(4) position information using the new angle sensor type.sthen2010-04-211-51/+62
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-8/+7
* Add some extra protection against non-monotonic timestamps. ok steveskckuethe2009-06-021-4/+8
* don't zero sensor .value and .flags immediately after the allocation w/ M_ZERO; ok deraadtcnst2009-04-261-3/+1
* don't need #include <sys/queue.h>; ok mbalmer@stevesk2008-12-251-2/+1
* spelling in comments; ok mbalmer@stevesk2008-12-251-2/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-11/+4
* deactivate the code to display location in the sensor descriptionmbalmer2008-07-221-8/+13
* Shorten the sensor description and reserve room for optional charactersmbalmer2008-07-071-9/+14
* Add the position to the sensor description.mbalmer2008-07-061-1/+58
* Don't use the reference count to create the sensor name; we can end upmbalmer2008-06-111-3/+6
* Make nmea(4) behave like the other timedelta sensors and provide ambalmer2008-05-051-5/+15
* spelling in comment; ok mbalmer@ jmc@stevesk2008-01-281-2/+2
* Only checksum the NMEA sentence if it as GPRMC message.mbalmer2007-11-271-5/+6
* Degrade the timedelta if the GPS reports a warning condition for more thanmbalmer2007-11-261-21/+66
* Use M_ZERO in a few more places to shave bytes from the kernel.art2007-09-071-3/+2
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-3/+3
* swiss spellingderaadt2007-03-201-2/+2
* Change the way the nmea(4) line discipline takes the timestamp formbalmer2007-03-191-104/+78
* If tty-timestamping is requested, but no PPS signal is present, output ambalmer2007-03-051-10/+40
* return is not a function.mbalmer2007-01-021-11/+11
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-14/+8
* in nmeaopen(), only add the sensors to the system if there was no error.mbalmer2006-12-231-3/+6
* Correct order of malloc(9) arguments.mbalmer2006-12-151-2/+2
* Update the sensor description based on the GPS operation mode. Initialmbalmer2006-11-291-26/+33
* Let nmea(4) use tty timestamps if they are enabled. Using a GPS receivermbalmer2006-11-281-17/+42
* typos; from bret lambertjmc2006-11-181-3/+3
* If tty timestamping is enabled, copy the tty timestamp early to preservembalmer2006-06-211-8/+22
* pruning; ok mbalmerderaadt2006-06-201-19/+7
* Remove the no longer needed date/time calculations.mbalmer2006-06-191-133/+38
* Next round of clean-up: Remove the ugly state machine and replace it withmbalmer2006-06-131-184/+106
* Add functions to decode date and time strings that make sure no invalidmbalmer2006-06-101-68/+219
* various cleanups; ok mbalmerderaadt2006-06-051-29/+34
* - ntpd no longer needs the NTP identifier as part of a timedelta sensormbalmer2006-06-041-7/+7
* Avoid buffer overflow in case of oversized input.ckuethe2006-06-011-3/+5
* mbalmer says the swiss have learned how to swim.ckuethe2006-06-011-37/+40
* Add basic NMEA0183 support as a tty line discipline. The line disciplinembalmer2006-06-011-0/+405