History log of /fuchsia/zircon/system/uapp/strerror/strerror.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


# 3cc2efa7 18-Aug-2017 George Kulakowski <kulakowski@google.com>

[uapp][strerror] Add the C11 error space to the strerror utility

Change-Id: I2cda2e0fc865d9997ad448eb5c624e58dd956a0f


# 9abac6d4 16-Jun-2017 George Kulakowski <kulakowski@google.com>

[uapp][status] Use the new MX_OK and MX_ERR_* mx_status_t names

Change-Id: Iaa8c8c12736e49d202c33612b22d2acd528fcf2d


# ffe5a0c1 19-Oct-2016 Roland McGrath <mcgrathr@google.com>

[ulib][runtime][magenta] mx_strstatus -> mx_status_get_string

Rename it to follow the syscall naming style, and put it in the vDSO
rather than in libruntime, which is not exported outside the magenta
build tree.

Change-Id: I956e532f2c57913e3b654591592f7b7c1d489171


# 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


# 01819436 11-Jul-2016 Adam Barth <abarth@chromium.org>

[mojo] Remove libmojo.a

Remove libmojo.a and port message-pipe-test to use the magenta APIs directly.
We'll respawn libmojo.a up the stack a bit.

Change-Id: I52ebd889492a2bc14efcca599dfb294808e859ea


# 4ebbc5b1 15-Jun-2016 Brian Swetland <swetland@google.com>

[system] clang-format all of userspace

Change-Id: I6bb6a9187a4af83ca5c0656f05d89aa3a09fa5fa


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

[magenta] Initial commit