History log of /fuchsia/zircon/kernel/lib/watchdog/include/lib/watchdog.h
Revision Date Author Comments
# 591d66cf 25-Sep-2017 George Kulakowski <kulakowski@google.com>

[kernel][time] Prefer zx_{time,duration}_t to lk_time_t

Change-Id: Ie219c61f2ba7fd073917a6738221e2dde969fc2d


# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 22256063 21-Aug-2017 George Kulakowski <kulakowski@google.com>

[kernel][status] Convert the rest of kernel/lib to mx_status_t

Change-Id: Iba1bb7024bcefa7c5e3ee58b02d0be758c6545ae


# 2c876f99 15-Aug-2017 Travis Geiselbrecht <travisg@google.com>

[kernel][headers] flip remaining headers to #pragma once

Mostly older LK code that wasn't using it.

Change-Id: I57464f1621f8d5b06601a90cf1d6e4124916762d


# ab10aa63 25-Apr-2017 Todd Eisenberger <teisenbe@google.com>

[kernel][time] Rename lk_bigtime_t and current_time_hires()

Now that millisecond time is gone from the kernel, reclaim the names
used for it.

lk_bigtime_t -> lk_time_t
current_time_hires() -> current_time()

Change-Id: I7db5de01171096c04a2b12d293e047e6a08a0aef


# 4c4f7aec 03-Apr-2017 Todd Eisenberger <teisenbe@google.com>

[kernel][time] Switch kernel to nanoseconds internally

A subsequent diff will rename lk_bigtime_t to lk_time_t and
current_time_hires() to current_time().

Change-Id: Ied15e687714f784e2180aac59c8e0813c83bfcd0


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit