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_msts.c
Age
Commit message (
Expand
)
Author
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2015-12-21
Move ppp, nmea, endrun, and msts prototypes to tty.h
Stefan Fritsch
2014-11-03
pass size argument to free()
Theo de Raadt
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2010-04-12
Some of the line disciplines want to check for suser. Better to pass them
Ted Unangst
2009-06-02
Add some extra protection against non-monotonic timestamps. ok stevesk
Chris Kuethe
2009-05-06
remove erroneous fldcnt test. fldcnt can never be 13 here. this is
Kevin Steves
2009-04-26
don't zero sensor .value and .flags immediately after the allocation w/ M_ZER...
Constantine A. Murenin
2009-01-12
make compile with #define MSTS_DEBUG; ok mbalmer@
Kevin Steves
2009-01-12
1) remove invalid comment since first field is not message type
Kevin Steves
2009-01-12
comment should be epoch not midnight; ok mbalmer@
Kevin Steves
2009-01-01
use #define MAXFLDS vs. 4 here; ok mbalmer@
Kevin Steves
2008-12-25
don't need #include <sys/queue.h>; ok mbalmer@
Kevin Steves
2008-12-25
remove unused struct member; 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-06-11
Don't use the reference count to create the sensor name; we can end up
Marc Balmer
2008-05-06
Report the clock status in a signal sensor, like all other timedeltas.
Marc Balmer
2008-01-06
Degrade the sensor state from OK to WARNING and CRITICAL after periods of
Marc Balmer
2008-01-05
Add support for the Meinberg Standard Time String format that all Meinberg
Marc Balmer