History log of /fuchsia/zircon/system/utest/errno/errno.c
Revision Date Author Comments
# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


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

[time] Switch callers of syscalls with timeouts to use conversion function

This is in preparation for moving syscalls to absolute deadlines rather
than relative timeouts.

Change-Id: Ic85abbf76f34fbce7899c2505be840e3d3dcf7ff


# 43a5cd1d 26-Aug-2016 Todd Eisenberger <teisenbe@google.com>

[time] Update some code to use new time convenience macros

Change-Id: I6289116690e46948c0f2d39e68939331173335d7


# 66a201f1 16-Aug-2016 Brian Swetland <swetland@frotz.net>

[system] align license and license banners with Fuchsia

This adjusts the Magenta userspace code to match the prevailing
license in Fuchsia (three-clause BSD), using the same banner
and license text.

Change-Id: I6b6d79435c5dbaa32027888874849e4f47aaa7be


# 069fda18 13-Jul-2016 Carlos Pizano <cpu@google.com>

[system][utest]/[mxsh] Make runtests output less by default

To output the full amount use "runtests -v".

This introduces a verbosity_level concept for system/ulib/unnittest
with unittest_set_verbosity_level(level) to control it.

Change-Id: I0f301adf4fdac9a3cf6c76e41d4b9587c9495d1f


# 937bde71 11-Jul-2016 Brian Swetland <swetland@google.com>

[syscalls][api] rename _magenta_*() to mx_*()

The _magenta_ prefix is pretty unwieldy.
This change simplifies that a bit.

This was done mechanically, and boots, runs, and passes tests
on qemu arm64, amd64, and NUC.

Change-Id: I8eb07db6ed6f4b8cac96344cc4ad65ce3f85f917


# 26cb269f 06-Jul-2016 George Kulakowski <kulakowski@google.com>

[ulib][unittest] Move unittest into its own library

Change-Id: I1586278e3bbb6ceacd26a1342985922dc8861cf7


# ff86a242 21-Jun-2016 George Kulakowski <kulakowski@google.com>

[build][userspace] Support .init_array for userspace with gcc

In particular, with this change, C++ constructors are running now, and
static C variables are initialized.

Change-Id: If0252773faae705af78902f782aaa200d0c5f85e


# 1e52b389 28-Jun-2016 Ankur Mittal <anmittal@google.com>

[utest] Port errno test to use test framework

Change-Id: I3955ef0fff9eefc187bf0f4a4c13568cf4f1fe87


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

[magenta] Initial commit