)]}'
{
  "log": [
    {
      "commit": "6fcba93b17d52c22bf00211b8bf1524ef61bbcab",
      "tree": "9492683d6366cd184c990f3790f53ec24ef3070c",
      "parents": [
        "a9050686c44c23a17d9e1c619d18991ede3e33f9"
      ],
      "author": {
        "name": "Josh Gao",
        "email": "jmgao@google.com",
        "time": "Fri Feb 09 13:38:32 2018 -0800"
      },
      "committer": {
        "name": "Josh Gao",
        "email": "jmgao@google.com",
        "time": "Tue Feb 27 14:12:30 2018 -0800"
      },
      "message": "Filter out reserved signals in functions that take sigset_t.\n\nPrevent processes from blocking libc-reserved signals by filtering them\nout.\n\nBug: http://b/73144101\nTest: 32/64-bit bionic-unit-tests-glibc\nTest: 32/64-bit bionic-unit-tests on taimen\nChange-Id: Ibadcaa7f668ed8be885cc61b67fb4b611fce8b17\n"
    },
    {
      "commit": "7ae39129e12b12bfc5cef54432c9598e7d4dfc7e",
      "tree": "cc8cbbb3ab4813748e868f02c025cc247b7d685d",
      "parents": [
        "9c85408d953ea543cc58ea2c1c48b2c65390e834"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Feb 26 16:49:43 2018 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Feb 26 16:59:37 2018 -0800"
      },
      "message": "Move sigprocmask into its own file.\n\nOtherwise clang inlines it into pthread_sigmask(3), which breaks libsigchain.\n\nBug: http://b/73344857\nTest: ran tests, plus the app this broke\nChange-Id: Ie4a1dc8f9c6ba58d1a2fa69aeff961c70b74767d\n"
    },
    {
      "commit": "3e235911c9cf5062adbb73efb53fe5ed712d7c53",
      "tree": "cdd84807bba4a7d0b0fd947555b2edaa2618df95",
      "parents": [
        "b44bd827abf2b870ebf4a0f6b126098a46bf42ec"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Feb 01 14:21:51 2018 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Feb 01 14:45:15 2018 -0800"
      },
      "message": "Add `struct sigaction64` and `sigaction64`.\n\nBug: http://b/72493232\nTest: ran tests\nChange-Id: I47b0560a30aa33a9b1f1978dfb7f84d2e3d389b8\n"
    },
    {
      "commit": "5905d6f8797056ca4178d42bf1220b6692e557a5",
      "tree": "222848ae0ced32fcf2028a2c6502b4a763c83830",
      "parents": [
        "d435d256da57fdf4278b3198720d881f3edcf452"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Jan 30 15:09:51 2018 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Jan 30 18:47:16 2018 -0800"
      },
      "message": "Add `sigset64_t` and accompanying functions.\n\nThis doesn\u0027t address `struct sigaction` and `sigaction`. That will\ncome later.\n\nBug: http://b/72493232\nTest: ran tests\nChange-Id: I4134346757ce3a4dac6feae413361cec16223386\n"
    },
    {
      "commit": "6dafb4ac781fea2950180048ce903d2a6bbeda39",
      "tree": "610f24970a195ec6e235790651a0eb3285aaf9b9",
      "parents": [
        "2e2a8930e5f9eb2d9ea4fdb61f746c6f2e2048ac"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri Jan 26 17:47:56 2018 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri Jan 26 17:47:56 2018 -0800"
      },
      "message": "Move all the short \u003csignal.h\u003e functions together.\n\nBug: N/A\nTest: ran tests\nChange-Id: Ie5509e4108efcd5d403227ce99bef2b61c79f757\n"
    },
    {
      "commit": "1721cd6a74996104d07bcdfd8581da4189cb1a6e",
      "tree": "46f15bcb41055d09b3448d321fa983cf30688145",
      "parents": [
        "c36be975ce4525b452435f43beb1fb9fc26a7fdc"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Fri Oct 30 17:10:47 2015 -0700"
      },
      "committer": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Fri Oct 30 17:10:47 2015 -0700"
      },
      "message": "Make _signal hidden in all cases.\n\n_signal was static in 64 bit, and hidden on 32 bit. There is no\nreason to have this distinction, so make it hidden in all cases.\n\nChange-Id: I09d5d93ac8cab4fe14dc7bdfeb25aa46a3b7413d\n"
    },
    {
      "commit": "8b5df3920f2843c9cdf04160517c1e8b77c992f5",
      "tree": "a0a678ee8f107e5c25f937f444a970a0539d2af7",
      "parents": [
        "2a8c929aaf8d34d2b6e89ed9c8b6da163316143e"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Jan 21 16:19:07 2015 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Jan 21 17:09:58 2015 -0800"
      },
      "message": "Turn on -Wold-style-cast and fix the errors.\n\nA couple of dodgy cases where we cast away const, but otherwise pretty boring.\n\nChange-Id: Ibc39ebd525377792b5911464be842121c20f03b9\n"
    },
    {
      "commit": "205dd7d9b3ba314ef8601e4613823c2d62a0605b",
      "tree": "06109b7334bace518e53cd8c0b6bbf3c590839c0",
      "parents": [
        "8aabecf35c71a8255db259cba01005eea10485cf"
      ],
      "author": {
        "name": "Dan Albert",
        "email": "danalbert@google.com",
        "time": "Wed Jun 04 10:14:19 2014 -0700"
      },
      "committer": {
        "name": "Dan Albert",
        "email": "danalbert@google.com",
        "time": "Thu Jun 05 08:21:17 2014 -0700"
      },
      "message": "Remove bsd_signal and sysv_signal from bionic LP64.\n\nbsd_signal was removed in POSIX 2008, sysv_signal was never POSIX.\n\nBug: 13935372\nChange-Id: I7688e5cc317247ff075dcf99b598f515fb4f15c4\n"
    },
    {
      "commit": "c7e9b2331771e5e87c34a8ee3dc6cc41d35b02fe",
      "tree": "c04816a58f739d9f76c12a0f5acf1676eed6c89c",
      "parents": [
        "f89f1eaa6071111c2ef584e97efb23f1b5dbdd2d"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Oct 16 22:27:54 2013 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Oct 17 11:36:55 2013 -0700"
      },
      "message": "Fix sigaction(3) for 64-bit.\n\nAlso clean up \u003csignal.h\u003e and revert the hacks that were necessary\nfor 64-bit in linker/debugger.cpp until now.\n\nChange-Id: I3b0554ca8a49ee1c97cda086ce2c1954ebc11892\n"
    },
    {
      "commit": "f89f1eaa6071111c2ef584e97efb23f1b5dbdd2d",
      "tree": "4aba7d89570053774e5d6570dfc2be755e6981f1",
      "parents": [],
      "author": {
        "name": "Ben Cheng",
        "email": "bccheng@google.com",
        "time": "Wed Oct 16 23:52:17 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Oct 16 23:52:17 2013 +0000"
      },
      "message": "Merge \"Refresh libc/kernel/common/linux/auxvec.h\""
    }
  ]
}
