summaryrefslogtreecommitdiff
path: root/sys/kern/tty_msts.c
AgeCommit message (Expand)Author
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
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
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-05-06remove erroneous fldcnt test. fldcnt can never be 13 here. this isKevin Steves
2009-04-26don't zero sensor .value and .flags immediately after the allocation w/ M_ZER...Constantine A. Murenin
2009-01-12make compile with #define MSTS_DEBUG; ok mbalmer@Kevin Steves
2009-01-121) remove invalid comment since first field is not message typeKevin Steves
2009-01-12comment should be epoch not midnight; ok mbalmer@Kevin Steves
2009-01-01use #define MAXFLDS vs. 4 here; ok mbalmer@Kevin Steves
2008-12-25don't need #include <sys/queue.h>; ok mbalmer@Kevin Steves
2008-12-25remove unused struct member; 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-06-11Don't use the reference count to create the sensor name; we can end upMarc Balmer
2008-05-06Report the clock status in a signal sensor, like all other timedeltas.Marc Balmer
2008-01-06Degrade the sensor state from OK to WARNING and CRITICAL after periods ofMarc Balmer
2008-01-05Add support for the Meinberg Standard Time String format that all MeinbergMarc Balmer