summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_endrun.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/+8
* endrun(4) - EndRun Technologies native time-of-day message timedeltastevesk2009-05-061-0/+532