summaryrefslogtreecommitdiff
path: root/sys/kern/tty_nmea.c
AgeCommit message (Expand)Author
2015-12-21Move ppp, nmea, endrun, and msts prototypes to tty.hStefan Fritsch
2014-11-03pass size argument to free()Theo de Raadt
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-21Fix missing brackets: longitude/latitude status set to critical every timeandre
2014-03-21Some knf, no functional changes.andre
2010-05-27Switch the signal status "percent" sensor, which is currentlyStuart Henderson
2010-04-23Remove unnecessary pointer dereference causing gcc2 to warn.Miod Vallat
2010-04-21Provide nmea(4) position information using the new angle sensor type.Stuart Henderson
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2009-06-02Add some extra protection against non-monotonic timestamps. ok steveskChris Kuethe
2009-04-26don't zero sensor .value and .flags immediately after the allocation w/ M_ZER...Constantine A. Murenin
2008-12-25don't need #include <sys/queue.h>; ok mbalmer@Kevin Steves
2008-12-25spelling in comments; ok mbalmer@Kevin Steves
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-07-22deactivate the code to display location in the sensor descriptionMarc Balmer
2008-07-07Shorten the sensor description and reserve room for optional charactersMarc Balmer
2008-07-06Add the position to the sensor description.Marc Balmer
2008-06-11Don't use the reference count to create the sensor name; we can end upMarc Balmer
2008-05-05Make nmea(4) behave like the other timedelta sensors and provide aMarc Balmer
2008-01-28spelling in comment; ok mbalmer@ jmc@Kevin Steves
2007-11-27Only checksum the NMEA sentence if it as GPRMC message.Marc Balmer
2007-11-26Degrade the timedelta if the GPS reports a warning condition for more thanMarc Balmer
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-03-20swiss spellingTheo de Raadt
2007-03-19Change the way the nmea(4) line discipline takes the timestamp forMarc Balmer
2007-03-05If tty-timestamping is requested, but no PPS signal is present, output aMarc Balmer
2007-01-02return is not a function.Marc Balmer
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-23in nmeaopen(), only add the sensors to the system if there was no error.Marc Balmer
2006-12-15Correct order of malloc(9) arguments.Marc Balmer
2006-11-29Update the sensor description based on the GPS operation mode. InitialMarc Balmer
2006-11-28Let nmea(4) use tty timestamps if they are enabled. Using a GPS receiverMarc Balmer
2006-11-18typos; from bret lambertJason McIntyre
2006-06-21If tty timestamping is enabled, copy the tty timestamp early to preserveMarc Balmer
2006-06-20pruning; ok mbalmerTheo de Raadt
2006-06-19Remove the no longer needed date/time calculations.Marc Balmer
2006-06-13Next round of clean-up: Remove the ugly state machine and replace it withMarc Balmer
2006-06-10Add functions to decode date and time strings that make sure no invalidMarc Balmer
2006-06-05various cleanups; ok mbalmerTheo de Raadt
2006-06-04- ntpd no longer needs the NTP identifier as part of a timedelta sensorMarc Balmer
2006-06-01Avoid buffer overflow in case of oversized input.Chris Kuethe
2006-06-01mbalmer says the swiss have learned how to swim.Chris Kuethe
2006-06-01Add basic NMEA0183 support as a tty line discipline. The line disciplineMarc Balmer