summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_msts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove almost unused `flags' argument of suser().mpi2018-02-191-2/+2
* Move ppp, nmea, endrun, and msts prototypes to tty.hsf2015-12-211-4/+1
* pass size argument to free()deraadt2014-11-031-3/+3
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* 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/+9
* remove erroneous fldcnt test. fldcnt can never be 13 here. this isstevesk2009-05-061-3/+2
* don't zero sensor .value and .flags immediately after the allocation w/ M_ZERO; ok deraadtcnst2009-04-261-2/+1
* make compile with #define MSTS_DEBUG; ok mbalmer@stevesk2009-01-121-2/+1
* 1) remove invalid comment since first field is not message typestevesk2009-01-121-4/+4
* comment should be epoch not midnight; ok mbalmer@stevesk2009-01-121-2/+2
* use #define MAXFLDS vs. 4 here; ok mbalmer@stevesk2009-01-011-2/+2
* don't need #include <sys/queue.h>; ok mbalmer@stevesk2008-12-251-2/+1
* remove unused struct member; ok mbalmer@stevesk2008-12-251-2/+1
* spelling in comments; ok mbalmer@stevesk2008-12-251-3/+3
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-11/+4
* Don't use the reference count to create the sensor name; we can end upmbalmer2008-06-111-3/+6
* Report the clock status in a signal sensor, like all other timedeltas.mbalmer2008-05-061-2/+14
* Degrade the sensor state from OK to WARNING and CRITICAL after periods ofmbalmer2008-01-061-10/+56
* Add support for the Meinberg Standard Time String format that all Meinbergmbalmer2008-01-051-0/+373