History log of /openbsd/sys/kern/tty_endrun.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 3e676399 19-Feb-2018 mpi <mpi@openbsd.org>

Remove almost unused `flags' argument of suser().

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 mill

Remove almost unused `flags' argument of suser().

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@

show more ...


# d3b414ee 21-Dec-2015 sf <sf@openbsd.org>

Move ppp, nmea, endrun, and msts prototypes to tty.h

Fix inconsistent arguments for pppopen/pppclose/pppstart.
Use passed in argument p in pppopen instead of curproc.

"Looks good to me" deraadt@


# 5ff140d2 03-Nov-2014 deraadt <deraadt@openbsd.org>

pass size argument to free()
ok doug tedu


# 7f58a11f 14-Sep-2014 jsg <jsg@openbsd.org>

remove uneeded proc.h includes
ok mpi@ kspillner@


# 9e8577e7 12-Jul-2014 tedu <tedu@openbsd.org>

add a size argument to free. will be used soon, but for now default to 0.
after discussions with beck deraadt kettenis.


# 79f6c33a 12-Apr-2010 tedu <tedu@openbsd.org>

Some of the line disciplines want to check for suser. Better to pass them
a process instead of using curproc. ok deraadt


# 74698e67 02-Jun-2009 ckuethe <ckuethe@openbsd.org>

Add some extra protection against non-monotonic timestamps. ok stevesk


# 61406af6 06-May-2009 stevesk <stevesk@openbsd.org>

endrun(4) - EndRun Technologies native time-of-day message timedelta
sensor. Based on msts(4). Tested with Praecis Ct
(http://www.endruntechnologies.com/network-time-source.htm).

help and feedback

endrun(4) - EndRun Technologies native time-of-day message timedelta
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

show more ...