History log of /fuchsia/zircon/system/utest/core/handle-transfer/handle-transfer.c
Revision Date Author Comments
# 1ed506e2 17-Oct-2017 Doug Evans <dje@google.com>

[ulib][unittest] Rename UNITTEST_TRACEF to UNITTEST_FAIL_TRACEF

and supply a new UNITTEST_TRACEF that is the generic version
the name implies. Use this in each UT_* test macro to trace
each test when verbosity >= 2.

Change-Id: I032ce94e119b4a687ea0f38b23edbec89d45d0cd


# e0fbf267 12-Sep-2017 George Kulakowski <kulakowski@google.com>

[zx] Rename bug references from MG-nnn to ZX-nnn

Change-Id: I07b0ee32bd7e8cc08e344896352c156b3b420349


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

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 4b913ba9 10-Aug-2017 Mark Seaborn <mseaborn@google.com>

[unittest] Use ASSERT_NE()/EXPECT_NE() instead of ASSERT_NEQ()/EXPECT_NEQ()

This is to make the interface more consistent with gtest, which uses
the _NE suffix rather than _NEQ for "not equal".

Change-Id: Ic03fda7322ab79cbd806c8f849b6956d201c6d45


# 469df415 29-Jun-2017 Mark Seaborn <mseaborn@google.com>

[cleanup] Fix spelling of "transferred" and "transferring"

Change-Id: I2b00e838a2f23c2229ab6d74b55ee788992ab457


# 2915c67a 09-Jun-2017 George Kulakowski <kulakowski@google.com>

[utest][core] MX_ERR_-ify the core unit tests

Change-Id: Iebfbeba437831ad4b85d1b0bc6d6dc22bb721de9


# 0dd5a5da 11-Apr-2017 Andy Mutton <andymutton@google.com>

[magenta][sysgen] Make scalar OUTs returns instead

Change syscalls.sysgen to move scalar OUT params to the returns
list, instead of input args.

This clarifies the expectations of these parameters and allows us
to change the user-space signatures to more idiomatic
representations for any language.

It also makes the register-passing changes a little simpler.

Change-Id: Ia6f5f3e55516c85bb879d9e91af224ce26f0015f


# 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


# e55b92da 10-Feb-2017 Brian Swetland <swetland@google.com>

[syscalls] update callers to mx_handle_wait_*() and deprecate

Change-Id: I7b0516007b99d58aee906eac62358625100ee32e


# b50b93c3 03-Jan-2017 George Kulakowski <kulakowski@google.com>

[signals] Remove legacy signal names

Change-Id: I6d4543358a16d16b9b9028ede06af40a632ba31b


# 796bfaf8 31-Oct-2016 Brian Swetland <swetland@google.com>

[syscalls] update mx_handle_wait_one()

Change-Id: I03c03b0c02041e680e44930e4d8c22f380d26916


# f8359dc9 28-Oct-2016 George Kulakowski <kulakowski@google.com>

[utest][channel] msgpipe => channel in core utests

Change-Id: I6c50e0828fd905adaa75296952ae9caefaf88925


# dc1fd725 29-Aug-2016 Brian Swetland <swetland@google.com>

[magenta][syscalls] migrate all syscalls to the new names

If DEPCRECATE_COMPAT_SYSCALLS is defined, flag the compatibility
wrappers with the deprecated attribute.

Enable this in the Magenta build only for now.

Change-Id: I422b1294d9db2e56551eca65dede0e5d83f8b363


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

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

Change-Id: I6289116690e46948c0f2d39e68939331173335d7


# bf482e62 15-Aug-2016 George Kulakowski <kulakowski@google.com>

[musl][runtime][threads] Move mxr_thread_t callers to C11 threads

Change-Id: Ia8c932f622ae8314f9459246cbba5c64f94da8f5


# 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


# 39b3f217 19-Jul-2016 Ankur Mittal <anmittal@google.com>

[utest] Support categories

This will produce single binary from mxr tests and also seperate binary
for each test

Change-Id: I9345fbeab5751dda356cfd47a766c09957211923