summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_endrun.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove almost unused `flags' argument of suser().mpi2018-02-191-2/+2
| | | | | | | The account flag `ASU' will no longer be set but that makes suser() mpsafe since it no longer mess with a per-process field. No objection from millert@, ok tedu@, bluhm@
* Move ppp, nmea, endrun, and msts prototypes to tty.hsf2015-12-211-4/+1
| | | | | | | Fix inconsistent arguments for pppopen/pppclose/pppstart. Use passed in argument p in pppopen instead of curproc. "Looks good to me" deraadt@
* pass size argument to free()deraadt2014-11-031-3/+3
| | | | ok doug tedu
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
| | | | after discussions with beck deraadt kettenis.
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-8/+7
| | | | a process instead of using curproc. ok deraadt
* 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
sensor. Based on msts(4). Tested with Praecis Ct (http://www.endruntechnologies.com/network-time-source.htm). help and feedback mbalmer 'no problem with this sensor going in' deraadt