)]}'
{
  "log": [
    {
      "commit": "02c78a386739a8a2b3007efeb00a9ca04132100a",
      "tree": "6679bef40da8b7fbe6b3c5a479eb5c2e4e035708",
      "parents": [
        "055890686636faddbb6d5d407c67f5dcc53ac865"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri Apr 11 17:02:20 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 14 14:35:47 2014 -0700"
      },
      "message": "Reimplement isinf/isnan/fpclassify.\n\nAlso move isinf and isnan into libc like everyone else.\n\nAlso move fpclassify to libc like the BSDs (but unlike glibc). We need\nthis to be able to upgrade our float/double/long double parsing to gdtoa.\n\nAlso add some missing aliases. We now have all of:\n\n  isnan, __isnan, isnanf, __isnanf, isnanl, __isnanl,\n  isinf, __isinf, isinff, __isinff, isinfl, __isinfl,\n  __fpclassify, __fpclassifyd, __fpclassifyf, __fpclassifyl.\n\nBug: 13469877\nChange-Id: I407ffbac06c765a6c5fffda8106c37d7db04f27d\n"
    },
    {
      "commit": "055890686636faddbb6d5d407c67f5dcc53ac865",
      "tree": "1eb9aca80fec80533bc236efed3a711a4ae75cd1",
      "parents": [
        "28417eb9b58ca666355f93e82dcad0df0d3466ce",
        "7823f320b144bc95a34389e7ab709c9e4d3073e1"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 14 21:07:24 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Apr 14 21:07:25 2014 +0000"
      },
      "message": "Merge \"Extra tests for printf of NaN and Inf.\""
    },
    {
      "commit": "7823f320b144bc95a34389e7ab709c9e4d3073e1",
      "tree": "1eb9aca80fec80533bc236efed3a711a4ae75cd1",
      "parents": [
        "28417eb9b58ca666355f93e82dcad0df0d3466ce"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 14 12:11:28 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 14 12:11:28 2014 -0700"
      },
      "message": "Extra tests for printf of NaN and Inf.\n\nChange-Id: I61fc655d9777a03aabf38f6ebd047fe275386f05\n"
    },
    {
      "commit": "28417eb9b58ca666355f93e82dcad0df0d3466ce",
      "tree": "5a076fb31fb8f28d747da6bbdfd1eb12c840318e",
      "parents": [
        "a0b3232161f6ad60be1a3c4d97044ac2bb14808c",
        "5eb670462ab9e7d8a6363861e063cad4b5dfe7d1"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Sat Apr 12 17:35:27 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Sat Apr 12 17:35:27 2014 +0000"
      },
      "message": "Merge \"Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix.\""
    },
    {
      "commit": "5eb670462ab9e7d8a6363861e063cad4b5dfe7d1",
      "tree": "5a076fb31fb8f28d747da6bbdfd1eb12c840318e",
      "parents": [
        "a0b3232161f6ad60be1a3c4d97044ac2bb14808c"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri Apr 11 18:00:37 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri Apr 11 18:00:37 2014 -0700"
      },
      "message": "Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix.\n\nCurrently in bionic free and freedtoa are equivalent, but that\u0027s not true\nof gdtoa. This makes it easier to test gdtoa without having to replace\neverything. (Yes, I found this bug the hard way.)\n\nChange-Id: I290823a2a0a83329def5f2719b349215ad0dbbde\n"
    },
    {
      "commit": "a0b3232161f6ad60be1a3c4d97044ac2bb14808c",
      "tree": "182b47e2d3135cc34253a1ab286f14664e15197c",
      "parents": [
        "c4e71fc91f240d64aabf27d0da54e9cbf4298d14",
        "6455ac73da3f8b4ff6aae2acb0442429c8921788"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri Apr 11 16:23:28 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Apr 11 16:23:29 2014 +0000"
      },
      "message": "Merge \"Improve the \u003csstream\u003e test.\""
    },
    {
      "commit": "6455ac73da3f8b4ff6aae2acb0442429c8921788",
      "tree": "a9df645bad6e563eea9aa0d4847dca850b05590d",
      "parents": [
        "b64868a50715cfdb5c71d97144ba00acf78e2a76"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 10 16:22:23 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 10 20:44:27 2014 -0700"
      },
      "message": "Improve the \u003csstream\u003e test.\n\nIt looks like libcxx\u0027s testing is crap too, and this turned up\nanother bug in stlport.\n\nChange-Id: I98c93dceaa8225c3cc280166d4bb74adaf94a324\n"
    },
    {
      "commit": "c4e71fc91f240d64aabf27d0da54e9cbf4298d14",
      "tree": "ba44c6f2c480d3078c2c7b5508f39848009af668",
      "parents": [
        "b64868a50715cfdb5c71d97144ba00acf78e2a76",
        "b676aafad04f88e36658d4468054375158dbd3c1"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri Apr 11 00:50:49 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Apr 11 00:50:49 2014 +0000"
      },
      "message": "Merge \"Remove unnecessary #includes.\""
    },
    {
      "commit": "b676aafad04f88e36658d4468054375158dbd3c1",
      "tree": "ba44c6f2c480d3078c2c7b5508f39848009af668",
      "parents": [
        "b64868a50715cfdb5c71d97144ba00acf78e2a76"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 10 17:50:06 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 10 17:50:06 2014 -0700"
      },
      "message": "Remove unnecessary #includes.\n\nChange-Id: Ie7e0c9ea03f35517c7dcf09fc808c12e55262bc1\n"
    },
    {
      "commit": "b64868a50715cfdb5c71d97144ba00acf78e2a76",
      "tree": "acce4aed7ffff7fbdc337249e79da85e8fd39aec",
      "parents": [
        "4e364d972433bda04614b56bc422ca88bf406c00",
        "8c42606ae10b59318c9a4ea83854049bab5b9328"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 10 19:03:55 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Apr 10 19:03:56 2014 +0000"
      },
      "message": "Merge \"Add a test for external/stlport a6df82320fcb8f26af0d067c7768fedbaeb9ad88.\""
    },
    {
      "commit": "8c42606ae10b59318c9a4ea83854049bab5b9328",
      "tree": "acce4aed7ffff7fbdc337249e79da85e8fd39aec",
      "parents": [
        "4e364d972433bda04614b56bc422ca88bf406c00"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 10 11:34:14 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 10 11:34:14 2014 -0700"
      },
      "message": "Add a test for external/stlport a6df82320fcb8f26af0d067c7768fedbaeb9ad88.\n\nChange-Id: If4df9f5df41ae5453a3dff6bb032b419819f8703\n"
    },
    {
      "commit": "4e364d972433bda04614b56bc422ca88bf406c00",
      "tree": "f18432661bd418fc6a8a8b42f2a0a5a3fcda57e9",
      "parents": [
        "e4392199af1f867f751f73b129cc71e2ea99aba9",
        "93e1907ae1794068c1018750603c9206cb700d1b"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 09 23:59:42 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 09 23:59:43 2014 +0000"
      },
      "message": "Merge \"Use the glibc name user_fpregs_struct.\""
    },
    {
      "commit": "93e1907ae1794068c1018750603c9206cb700d1b",
      "tree": "f18432661bd418fc6a8a8b42f2a0a5a3fcda57e9",
      "parents": [
        "e4392199af1f867f751f73b129cc71e2ea99aba9"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 09 16:35:36 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 09 16:35:36 2014 -0700"
      },
      "message": "Use the glibc name user_fpregs_struct.\n\nInstead of the kernel name user_i387_struct.\n\nBug: 13889008\nChange-Id: Ideec2e1ce36c1faa4b5b2db1999ad2b23757ca4d\n"
    },
    {
      "commit": "e4392199af1f867f751f73b129cc71e2ea99aba9",
      "tree": "df24fe107e484a54f10c349aa44689d1521392bf",
      "parents": [
        "a5d83312bdeae2062a45160f54ce86c4b7b164e0",
        "c5992a036ba380f56e5be3d2d6b1abb34064b20e"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 09 22:52:07 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 09 22:52:07 2014 +0000"
      },
      "message": "Merge \"Fix mcontext_t for x86-64.\""
    },
    {
      "commit": "c5992a036ba380f56e5be3d2d6b1abb34064b20e",
      "tree": "df24fe107e484a54f10c349aa44689d1521392bf",
      "parents": [
        "a5d83312bdeae2062a45160f54ce86c4b7b164e0"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 09 13:27:48 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 09 13:27:48 2014 -0700"
      },
      "message": "Fix mcontext_t for x86-64.\n\nChange-Id: I1ac0e7f44bcdd06a07862993e92c3048a7474a8b\n"
    },
    {
      "commit": "a5d83312bdeae2062a45160f54ce86c4b7b164e0",
      "tree": "7974c6adb612f384fe14b81c864b4dfb664ec05f",
      "parents": [
        "b52a4ab4e281c7adae35b3d7ae8d99b5753b870d",
        "ff64831b0965c16c95c9f81a148f30a6ef3a6c64"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Wed Apr 09 06:06:46 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 09 06:06:48 2014 +0000"
      },
      "message": "Merge \"Use glibc structure for __cmsg_nxthdr.\""
    },
    {
      "commit": "b52a4ab4e281c7adae35b3d7ae8d99b5753b870d",
      "tree": "29c9202d49c1b1458cc99e2ad72527fd7b83084d",
      "parents": [
        "e62355057ca703eeca22d54a8a0f5b69ca58487c",
        "c4936e20a3a8772cc393423037be36091e68acc2"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 09 04:13:43 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 09 04:13:43 2014 +0000"
      },
      "message": "Merge \"Flesh out \u003clocale.h\u003e.\""
    },
    {
      "commit": "e62355057ca703eeca22d54a8a0f5b69ca58487c",
      "tree": "1764161705276ce49a6e1646bc6bf651e8713914",
      "parents": [
        "7f38a3c9bef9c6efc30a6b60873bbdeea04a18f0",
        "764a99361130dceda62bbc4f8780bbf395dbc424"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 09 02:45:47 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 09 02:45:48 2014 +0000"
      },
      "message": "Merge \"Fix build: include what you use.\""
    },
    {
      "commit": "764a99361130dceda62bbc4f8780bbf395dbc424",
      "tree": "1764161705276ce49a6e1646bc6bf651e8713914",
      "parents": [
        "7f38a3c9bef9c6efc30a6b60873bbdeea04a18f0"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 19:44:36 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 19:44:36 2014 -0700"
      },
      "message": "Fix build: include what you use.\n\nChange-Id: I12b2d5e434ad3ed38d4451bd470673781e6ca8fe\n"
    },
    {
      "commit": "c4936e20a3a8772cc393423037be36091e68acc2",
      "tree": "17df342ad605fcb25812936a34d68e3f225b387e",
      "parents": [
        "ac70d2e1fe71f98232942237c2b463ea3adbf662"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 17:05:05 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 19:37:38 2014 -0700"
      },
      "message": "Flesh out \u003clocale.h\u003e.\n\nThis is a trivial implementation that only supports the C/POSIX locale.\n\nChange-Id: Ib11cea4249e1862aca96a8b94d58ea9a418cbe75\n"
    },
    {
      "commit": "7f38a3c9bef9c6efc30a6b60873bbdeea04a18f0",
      "tree": "edfe771f84024370aba4988e016534e5c535984e",
      "parents": [
        "ac70d2e1fe71f98232942237c2b463ea3adbf662",
        "9f525644df99cb2f7f81a23ca23840f0a8f82275"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 09 02:07:00 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 09 02:07:01 2014 +0000"
      },
      "message": "Merge \"Implement _Exit(3).\""
    },
    {
      "commit": "9f525644df99cb2f7f81a23ca23840f0a8f82275",
      "tree": "edfe771f84024370aba4988e016534e5c535984e",
      "parents": [
        "ac70d2e1fe71f98232942237c2b463ea3adbf662"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 17:14:01 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 17:16:13 2014 -0700"
      },
      "message": "Implement _Exit(3).\n\nChange-Id: Ida6ac844cc87d38c9645b197dd8188bb73e27dbe\n"
    },
    {
      "commit": "ff64831b0965c16c95c9f81a148f30a6ef3a6c64",
      "tree": "8dbd07fa5ed8323b98063427eaa8b72a4ac49102",
      "parents": [
        "38687593141ca4a4072210417877590e44a10b0c"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Mon Apr 07 20:39:20 2014 +0300"
      },
      "committer": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Wed Apr 09 00:55:24 2014 +0300"
      },
      "message": "Use glibc structure for __cmsg_nxthdr.\n\nBug: 13418328\nChange-Id: I7e656b373e53e80d708325321e48dcedacf5086d\n"
    },
    {
      "commit": "ac70d2e1fe71f98232942237c2b463ea3adbf662",
      "tree": "9ef6d22fd159d9227da996f74ba3cdf325a7c458",
      "parents": [
        "e2239ddb727f1f07237fa664edaf43b12b18e0a6",
        "5363a45f2b6d4eeb054710d0886bbadea8a15273"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 21:52:33 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 08 21:52:33 2014 +0000"
      },
      "message": "Merge \"Clean up localeconv(3).\""
    },
    {
      "commit": "5363a45f2b6d4eeb054710d0886bbadea8a15273",
      "tree": "907bc848885d648d631a41c768ca60b7f69bbcdf",
      "parents": [
        "5acd2d40052c55255a346167e504afb884eeb3af"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 14:34:12 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 14:34:12 2014 -0700"
      },
      "message": "Clean up localeconv(3).\n\nThe OpenBSD doesn\u0027t support C99, and the extent to which we support\nlocales is trivial, so just do it ourselves.\n\nChange-Id: If0a06e627ecc593f7b8ea3e9389365782e49b00e\n"
    },
    {
      "commit": "e2239ddb727f1f07237fa664edaf43b12b18e0a6",
      "tree": "eb8b45f23560a0777cd349cbf91222f794f5d949",
      "parents": [
        "5acd2d40052c55255a346167e504afb884eeb3af",
        "4e3ce114502245a3cd7c8d1368a38a9b8ea42bcd"
      ],
      "author": {
        "name": "Andrew Hsieh",
        "email": "andrewhsieh@google.com",
        "time": "Tue Apr 08 20:09:44 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 08 20:09:44 2014 +0000"
      },
      "message": "Merge \"Corrected typo in mips64.mk about memcpy.cpp\""
    },
    {
      "commit": "5acd2d40052c55255a346167e504afb884eeb3af",
      "tree": "b26893fa81d808c0f93bf8fdf966e3210948b8c2",
      "parents": [
        "0b0387c965894e235b72fa965191bf346270135d",
        "48501af98f3cdf0115a469ee8d773cf74c42958d"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 19:20:51 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 08 19:20:51 2014 +0000"
      },
      "message": "Merge \"AArch64: Fix flock64 for LP64.\""
    },
    {
      "commit": "48501af98f3cdf0115a469ee8d773cf74c42958d",
      "tree": "b26893fa81d808c0f93bf8fdf966e3210948b8c2",
      "parents": [
        "0b0387c965894e235b72fa965191bf346270135d"
      ],
      "author": {
        "name": "Serban Constantinescu",
        "email": "serban.constantinescu@arm.com",
        "time": "Fri Mar 14 13:16:25 2014 +0000"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 12:19:23 2014 -0700"
      },
      "message": "AArch64: Fix flock64 for LP64.\n\nOn LP64 systems F_GETLK64, F_SETLK64 and F_SETLKW64 definitions should\nmap onto the F_GETLK, F_SETLK and F_SETLKW definitions, respectively.\nLP64 also doesn\u0027t have a struct flock64.\n\nChange-Id: Ibdfed9645d9e946999acd6efa8b96ea6238ed5bf\nSigned-off-by: Marcus Oakland \u003cmarcus.oakland@arm.com\u003e\nSigned-off-by: Serban Constantinescu \u003cserban.constantinescu@arm.com\u003e\n"
    },
    {
      "commit": "4e3ce114502245a3cd7c8d1368a38a9b8ea42bcd",
      "tree": "e2686341d4be2015719ebcaf511517f3c7727e5d",
      "parents": [
        "0b0387c965894e235b72fa965191bf346270135d"
      ],
      "author": {
        "name": "Andrew Hsieh",
        "email": "andrewhsieh@google.com",
        "time": "Wed Apr 09 02:16:03 2014 +0800"
      },
      "committer": {
        "name": "Andrew Hsieh",
        "email": "andrewhsieh@google.com",
        "time": "Wed Apr 09 02:16:03 2014 +0800"
      },
      "message": "Corrected typo in mips64.mk about memcpy.cpp\n\nChange-Id: I1e6fb9373880bcdbad3fa86145e5138ce0d30b31\n"
    },
    {
      "commit": "0b0387c965894e235b72fa965191bf346270135d",
      "tree": "41f5e51927b006a41bfde69e4eb12ba112597c49",
      "parents": [
        "41059d764f347baa28b8da653a88c772daa9b738",
        "9195a258ee96d6cf31b2fc7db9da16f92f5e7f65"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 17:47:27 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 08 17:47:28 2014 +0000"
      },
      "message": "Merge \"Fix kernel header scrubbing for LP64.\""
    },
    {
      "commit": "9195a258ee96d6cf31b2fc7db9da16f92f5e7f65",
      "tree": "d6a1c27515460453156afaf69c84451cfd0a6933",
      "parents": [
        "b9bb48bf289eec9053c6d7cc77ebbde2b4356c4b"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 10:15:06 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 08 10:15:06 2014 -0700"
      },
      "message": "Fix kernel header scrubbing for LP64.\n\nChange-Id: I4caf44d41edd1b03a20d4c565e169c2b7a2f3686\n"
    },
    {
      "commit": "41059d764f347baa28b8da653a88c772daa9b738",
      "tree": "f8c851b6d89e2c96a6b2abbddae691574c278ed3",
      "parents": [
        "b9bb48bf289eec9053c6d7cc77ebbde2b4356c4b",
        "950a58e24d1019eb9d814dbb16f111a6b61e3f23"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Tue Apr 08 01:21:06 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 08 01:21:07 2014 +0000"
      },
      "message": "Merge \"Add stpcpy/stpncpy.\""
    },
    {
      "commit": "b9bb48bf289eec9053c6d7cc77ebbde2b4356c4b",
      "tree": "1914667741e7d1aaf419eb5fb699e152e501b038",
      "parents": [
        "26c31a75a5bd9a549cefc0424b7cac9e35816711",
        "edd7c2ec256548702d275b3023f54bd91b4dcfc4"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 23:44:50 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Apr 07 23:44:50 2014 +0000"
      },
      "message": "Merge \"Fix the printf issue for 64 bits. The following case:\""
    },
    {
      "commit": "950a58e24d1019eb9d814dbb16f111a6b61e3f23",
      "tree": "5a91099e0ce1b9d552e7210fb914ba8d4d5ddb10",
      "parents": [
        "5f149f1bdef31d198c0e84fd8c904204d263e825"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Fri Apr 04 14:38:18 2014 -0700"
      },
      "committer": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Mon Apr 07 16:41:53 2014 -0700"
      },
      "message": "Add stpcpy/stpncpy.\n\nAdd tests for the above.\n\nAdd the fortify implementations of __stpcpy_chk and __stpncpy_chk.\n\nModify the strncpy test to cover more cases and use this template for\nstpncpy.\n\nAdd all of the fortify test cases.\n\nBug: 13746695\nChange-Id: I8c0f0d4991a878b8e8734fff12c8b73b07fdd344\n"
    },
    {
      "commit": "26c31a75a5bd9a549cefc0424b7cac9e35816711",
      "tree": "ce1cefce8be4e92dec242f1a06672b1dfbf566d7",
      "parents": [
        "5f149f1bdef31d198c0e84fd8c904204d263e825",
        "efbdb53f84f4e1faf38f3c1a4cb60a83b9885ef4"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 22:53:28 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Apr 07 22:53:28 2014 +0000"
      },
      "message": "Merge \"Remove a non-standard turd: strtotimeval.\""
    },
    {
      "commit": "efbdb53f84f4e1faf38f3c1a4cb60a83b9885ef4",
      "tree": "ce1cefce8be4e92dec242f1a06672b1dfbf566d7",
      "parents": [
        "5f149f1bdef31d198c0e84fd8c904204d263e825"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 15:17:19 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 15:17:19 2014 -0700"
      },
      "message": "Remove a non-standard turd: strtotimeval.\n\nChange-Id: I1b1e40746cb573e3fb73a5276969b40c5da36d15\n"
    },
    {
      "commit": "5f149f1bdef31d198c0e84fd8c904204d263e825",
      "tree": "52fa540075fdd9c07b18af3b5b99657850340318",
      "parents": [
        "60ba211d2b1b4205063419b0933cba711b1547d6",
        "77e944fd46728075fe632bcb5211da9daf5b7e68"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 21:39:37 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Apr 07 21:39:38 2014 +0000"
      },
      "message": "Merge \"Implement wctomb(3) for ltrace.\""
    },
    {
      "commit": "60ba211d2b1b4205063419b0933cba711b1547d6",
      "tree": "e89fde93c296d0279b7708a53ee58065b723d736",
      "parents": [
        "47931f8f796b736bd229b6669efcf428108abc47",
        "50249bca00d2c7d237e67d4d276057bb59508804"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 21:37:47 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Apr 07 21:37:47 2014 +0000"
      },
      "message": "Merge \"Fix build: __unused isn\u0027t unused!\""
    },
    {
      "commit": "50249bca00d2c7d237e67d4d276057bb59508804",
      "tree": "e89fde93c296d0279b7708a53ee58065b723d736",
      "parents": [
        "47931f8f796b736bd229b6669efcf428108abc47"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 14:36:59 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 14:36:59 2014 -0700"
      },
      "message": "Fix build: __unused isn\u0027t unused!\n\nChange-Id: I57f2b755d1b2509f9c5504b12a5ff6c50b78b375\n"
    },
    {
      "commit": "77e944fd46728075fe632bcb5211da9daf5b7e68",
      "tree": "078c4ed4dcd4a8d857aa948de76dec223c588e0d",
      "parents": [
        "dc5fcf3620bfc221954b3d42f459bfdcf8f48216"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri Apr 04 17:34:51 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 14:29:28 2014 -0700"
      },
      "message": "Implement wctomb(3) for ltrace.\n\nThis is an implementation in the style of the rest: char \u003d\u003d byte.\n\nWe might want to come back and implement UTF-8, but this is enough for ltrace.\n\nBug: 13747066\nChange-Id: Ib2b63609c9014fdef9a8491e067467c4fc5ae3cc\n"
    },
    {
      "commit": "47931f8f796b736bd229b6669efcf428108abc47",
      "tree": "9ce227155ce53ee193c208476752bc6d4a53d2d5",
      "parents": [
        "dc5fcf3620bfc221954b3d42f459bfdcf8f48216",
        "5c7bda5c612746266d8ae0d1a8240c7aee4ad9ae"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 20:44:31 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Apr 07 20:44:31 2014 +0000"
      },
      "message": "Merge \"Fix aarch64 struct ucontext.\""
    },
    {
      "commit": "5c7bda5c612746266d8ae0d1a8240c7aee4ad9ae",
      "tree": "9ce227155ce53ee193c208476752bc6d4a53d2d5",
      "parents": [
        "dc5fcf3620bfc221954b3d42f459bfdcf8f48216"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 12:12:00 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Apr 07 12:12:00 2014 -0700"
      },
      "message": "Fix aarch64 struct ucontext.\n\nChange-Id: I6f0959723a753e8c788275709e7245c103ff88d1\n"
    },
    {
      "commit": "dc5fcf3620bfc221954b3d42f459bfdcf8f48216",
      "tree": "8ec51184d133bf596b1c757989a1c71df0d133ec",
      "parents": [
        "804b95e5356a9fbb075c528fb781dd99a3be7277",
        "caa15bfe2d6c065d2caff48583f18351bd96915f"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 03 22:06:25 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Apr 03 22:06:25 2014 +0000"
      },
      "message": "Merge \"Define __WORDSIZE like glibc.\""
    },
    {
      "commit": "caa15bfe2d6c065d2caff48583f18351bd96915f",
      "tree": "8ec51184d133bf596b1c757989a1c71df0d133ec",
      "parents": [
        "804b95e5356a9fbb075c528fb781dd99a3be7277"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 03 13:59:14 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Apr 03 13:59:14 2014 -0700"
      },
      "message": "Define __WORDSIZE like glibc.\n\nRequested by Google Breakpad, but seems to be assumed to be defined\nin various places in the AOSP tree already; iputils, wpa_supplicant,\net cetera.\n\nChange-Id: I1f7833c98e0af4c77e49744c08b8239061c9a571\n"
    },
    {
      "commit": "804b95e5356a9fbb075c528fb781dd99a3be7277",
      "tree": "e180dd6db5e8e1fe56833f361134a15fab18f8c8",
      "parents": [
        "38687593141ca4a4072210417877590e44a10b0c",
        "ea9bf6788144b83cc51c454b2bfe6b980d6e947c"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Thu Apr 03 17:05:32 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Apr 03 17:05:32 2014 +0000"
      },
      "message": "Merge \"bionic: Replace iface with opaque netid in resolver.\""
    },
    {
      "commit": "38687593141ca4a4072210417877590e44a10b0c",
      "tree": "59cbb52c12558ada351ff35c45b9efeb8b8b1acc",
      "parents": [
        "eb554998d774c670a169bde1792619789f2f7058",
        "f723b70fe0d0c49dd764e72b01501c8a211545e4"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Thu Apr 03 09:01:04 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Apr 03 09:01:05 2014 +0000"
      },
      "message": "Merge \"Emit warnings when linking against imprecise math functions\""
    },
    {
      "commit": "eb554998d774c670a169bde1792619789f2f7058",
      "tree": "cc3e522a8a063431714d9d4db23d0452d583e7ad",
      "parents": [
        "e2a0f15c08827ee854f3bffdf78d2f4db49d4fe5",
        "d8d6feed3add3965f481dcdd6e1bb259a46f21c2"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Thu Apr 03 09:00:34 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Apr 03 09:00:34 2014 +0000"
      },
      "message": "Merge \"Fix modf* tests\""
    },
    {
      "commit": "e2a0f15c08827ee854f3bffdf78d2f4db49d4fe5",
      "tree": "df1ea14c61b80874a327137979135235b8a8f795",
      "parents": [
        "26be5f50c2a0d2a493559c897ab1a7711269dc88",
        "8061facb7ccc5f1b8b2cb20f9839361ae421304c"
      ],
      "author": {
        "name": "Greg Hackmann",
        "email": "ghackmann@google.com",
        "time": "Wed Apr 02 23:24:54 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 02 23:24:54 2014 +0000"
      },
      "message": "Merge \"Regenerate adf header\""
    },
    {
      "commit": "8061facb7ccc5f1b8b2cb20f9839361ae421304c",
      "tree": "305f95f9ceef149f4e8b4666061627d000f9228a",
      "parents": [
        "796249a4ce48ed5eb946170f32541e3edf83b601"
      ],
      "author": {
        "name": "Greg Hackmann",
        "email": "ghackmann@google.com",
        "time": "Wed Apr 02 16:07:30 2014 -0700"
      },
      "committer": {
        "name": "Greg Hackmann",
        "email": "ghackmann@google.com",
        "time": "Wed Apr 02 16:07:32 2014 -0700"
      },
      "message": "Regenerate adf header\n\nFixes 64-bit related alignment issues\n\nChange-Id: Ie90b920a7489e807e953f45a6db72350b80f6f22\nSigned-off-by: Greg Hackmann \u003cghackmann@google.com\u003e\n"
    },
    {
      "commit": "26be5f50c2a0d2a493559c897ab1a7711269dc88",
      "tree": "c25d483091daff7928c97d0fa0ccf98f418a8d8b",
      "parents": [
        "1f136571312e4269df00dfc6d9a9049d0f2dabc9",
        "fe6adbad196504650c555bb4ae90dc969b3403e6"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 02 21:54:55 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 02 21:54:55 2014 +0000"
      },
      "message": "Merge \"Upgrade to tzdata2014b.\""
    },
    {
      "commit": "fe6adbad196504650c555bb4ae90dc969b3403e6",
      "tree": "c25d483091daff7928c97d0fa0ccf98f418a8d8b",
      "parents": [
        "1f136571312e4269df00dfc6d9a9049d0f2dabc9"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 02 14:40:22 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 02 14:43:27 2014 -0700"
      },
      "message": "Upgrade to tzdata2014b.\n\nFrom the release notes:\n\n  Changes affecting near-future time stamps\n\n    Crimea switches to Moscow time on 2014-03-30 at 02:00 local time.\n    (Thanks to Alexander Krivenyshev.)  Move its zone.tab entry from UA\n    to RU.\n\n    New entry for Troll station, Antarctica.  (Thanks to Paul-Inge\n    Flakstad and Bengt-Inge Larsson.)  This is currently an\n    approximation; a better version will require the zic and localtime\n    fixes mentioned [in the full release notes], and the plan is to wait\n    for a while until at least the zic fixes propagate.\n\nChange-Id: Ib00f6cbc7b92e26822792b45e53a5f5381e0f6bf\n"
    },
    {
      "commit": "d8d6feed3add3965f481dcdd6e1bb259a46f21c2",
      "tree": "14361f2be3d0195e28ce8cc50ad08f71e95f772e",
      "parents": [
        "b7afa9df2552c6a6889a43c6a1722e1ce46f1969"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Tue Apr 01 16:45:53 2014 +0100"
      },
      "committer": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Wed Apr 02 21:54:39 2014 +0100"
      },
      "message": "Fix modf* tests\n\nUse a value that can be exactly represented.\n\nChange-Id: Idf3b1db5e6042fb49c1f591f25f9eee656659ece\n"
    },
    {
      "commit": "f723b70fe0d0c49dd764e72b01501c8a211545e4",
      "tree": "167a850ec7296b0a9c2bc1ba6e3d85ba1244829b",
      "parents": [
        "b732b71dc10158a4c1d8ee2235d357f8694030ba"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Tue Apr 01 17:38:59 2014 +0100"
      },
      "committer": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Wed Apr 02 19:16:54 2014 +0100"
      },
      "message": "Emit warnings when linking against imprecise math functions\n\nChange-Id: I3da7b8396a64d7899fcb89452c879806a8a511ff\n"
    },
    {
      "commit": "1f136571312e4269df00dfc6d9a9049d0f2dabc9",
      "tree": "6a602f3949e0ee9ec3ba61a834db60dbb4014bd6",
      "parents": [
        "9c9ef0db91c816ca81a22a94c3ddd896a0f0f1bc",
        "473d06707bccf0dd707905dcbe74ba91c4d1e8a5"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 02 16:20:47 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 02 16:20:47 2014 +0000"
      },
      "message": "Merge \"Fix the POSIX timers fix.\""
    },
    {
      "commit": "edd7c2ec256548702d275b3023f54bd91b4dcfc4",
      "tree": "185b4c42aa947850753ef8caa171dc2e6ecd1b2e",
      "parents": [
        "9c9ef0db91c816ca81a22a94c3ddd896a0f0f1bc"
      ],
      "author": {
        "name": "Alexander Ivchenko",
        "email": "alexander.ivchenko@intel.com",
        "time": "Tue Apr 01 17:01:39 2014 +0400"
      },
      "committer": {
        "name": "Alexander Ivchenko",
        "email": "alexander.ivchenko@intel.com",
        "time": "Wed Apr 02 18:30:55 2014 +0400"
      },
      "message": "Fix the printf issue for 64 bits. The following case:\n\nprintf(\"%1$s %1$s\\n\", \"test\");\n\nwould print garbage instead of the second \"test\". The problem is __find_arguments\nand the patch is a backport of two patches from OpenBSD that fix the issue:\n\nAuthor: tedu \u003ctedu@cvs.openbsd.org\u003e\nDate:   Sat Apr 29 23:00:24 2006 +0000\n\n    check mmap for failure.  the helper functions using it return -1, but\n    callers do not yet check since printf() for example is not documented\n    to return an error.\n    some formatting cleanups.\n    mostly ok deraadt millert\n\nAuthor: millert \u003cmillert@cvs.openbsd.org\u003e\nDate:   Fri May 16 14:28:54 2008 +0000\n\n    C99 says that for each va_copy() there must be a matching va_end().\n    Replace the non-portable hackery in __find_arguments() with a union.\n    From FreeBSD.\n\nChange-Id: I6ea392ce6fcf4a319ae6a67ec58cc52fe7cbe534\nSigned-off-by: Alexander Ivchenko \u003calexander.ivchenko@intel.com\u003e\n"
    },
    {
      "commit": "9c9ef0db91c816ca81a22a94c3ddd896a0f0f1bc",
      "tree": "8bfcbc5b225a6e3f16d77b863dd5cf60865a797b",
      "parents": [
        "1653ad5e08ba4cabfd4d81237e13a4952fac6194",
        "b7afa9df2552c6a6889a43c6a1722e1ce46f1969"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Wed Apr 02 10:17:10 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 02 10:17:11 2014 +0000"
      },
      "message": "Merge \"Changed long double literal suffix from \u0027l\u0027 to \u0027L\u0027.\""
    },
    {
      "commit": "473d06707bccf0dd707905dcbe74ba91c4d1e8a5",
      "tree": "4356b6200e8681c28c0b0ca07b986cb35e802e9a",
      "parents": [
        "1653ad5e08ba4cabfd4d81237e13a4952fac6194"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 19:07:52 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 19:07:52 2014 -0700"
      },
      "message": "Fix the POSIX timers fix.\n\nIf we\u0027re not going to wait for the timer threads to exit, we need\nanother way to ensure that we don\u0027t free the data they\u0027re using\nprematurely. The easiest way to ensure that is to let them free the\ndata themselves.\n\nChange-Id: Icee17c87bbcb9c3aac5868973f595d08569f33aa\n"
    },
    {
      "commit": "1653ad5e08ba4cabfd4d81237e13a4952fac6194",
      "tree": "e6fdae24152c171880c2da35fff78ec91da3c7c7",
      "parents": [
        "cb1da5d0c9b65bc43062554a3bfd589ee7b100b1",
        "1b0dc40980c259aa0d9a416cd1ccf497e6efe138"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Apr 02 00:59:09 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 02 00:59:09 2014 +0000"
      },
      "message": "Merge \"Remove \u003cmachine/limits.h\u003e.\""
    },
    {
      "commit": "cb1da5d0c9b65bc43062554a3bfd589ee7b100b1",
      "tree": "a4170f35a0e3ac09cace91e7f4020e070fa0ffb2",
      "parents": [
        "f1bfc8781e17fb851de23dce4332c0cb5ccb8749",
        "1021c05f1bef70d78cddff41b151787b8195cac9"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Wed Apr 02 00:49:04 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Apr 02 00:49:04 2014 +0000"
      },
      "message": "Merge \"Include sys/types.h and sys/wait.h for waitpid\""
    },
    {
      "commit": "1021c05f1bef70d78cddff41b151787b8195cac9",
      "tree": "a4170f35a0e3ac09cace91e7f4020e070fa0ffb2",
      "parents": [
        "f1bfc8781e17fb851de23dce4332c0cb5ccb8749"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Tue Apr 01 17:33:41 2014 -0700"
      },
      "committer": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Tue Apr 01 17:42:31 2014 -0700"
      },
      "message": "Include sys/types.h and sys/wait.h for waitpid\n\n(cherry picked from commit 8b2c6d44cac206b61dffd965863336e6f803fc66)\n\nChange-Id: Ice1f6d956c11aaefd3d846c12121f08613a94446\n"
    },
    {
      "commit": "1b0dc40980c259aa0d9a416cd1ccf497e6efe138",
      "tree": "5a30cfb93222ba774b604bbba25c781df40dda78",
      "parents": [
        "f1bfc8781e17fb851de23dce4332c0cb5ccb8749"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 17:16:59 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 17:16:59 2014 -0700"
      },
      "message": "Remove \u003cmachine/limits.h\u003e.\n\nChange-Id: I7f9e9538517f726d4f08bf1f4b8d57c54d3f1676\n"
    },
    {
      "commit": "f1bfc8781e17fb851de23dce4332c0cb5ccb8749",
      "tree": "7f72366ccd2c9bc891557f714fe102e6349b2ba0",
      "parents": [
        "ab5488f97545f5dd1a1cd2ff6a5579b1d2443996",
        "ac3fc00ca2c157387164c7daaf9e10799c5ac8dc"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 23:52:04 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 01 23:52:04 2014 +0000"
      },
      "message": "Merge \"Remove SIZE_MAX definition in limits.h\""
    },
    {
      "commit": "ab5488f97545f5dd1a1cd2ff6a5579b1d2443996",
      "tree": "31808e58c7868cba24abdf9e59c8b7f40c9d485a",
      "parents": [
        "92d81d893f7ca2735afb07f38f7dc799a2de6860",
        "e3bb025b3d963e4aa412ab3eee35ca2187eb0eca"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Tue Apr 01 21:52:05 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 01 21:52:05 2014 +0000"
      },
      "message": "Merge \"Fix transient failure in select_smoke test.\""
    },
    {
      "commit": "e3bb025b3d963e4aa412ab3eee35ca2187eb0eca",
      "tree": "8d6b00f5a66fa37326915f4d312a018d3f486233",
      "parents": [
        "796249a4ce48ed5eb946170f32541e3edf83b601"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Mon Mar 31 22:51:27 2014 -0700"
      },
      "committer": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Tue Apr 01 14:46:09 2014 -0700"
      },
      "message": "Fix transient failure in select_smoke test.\n\nMake sure there is a delay before the file descriptor is written so that\nthe select/pselect calls do not return immediately.\n\nChange-Id: If9e481b0e2cfae7ef7abd9cba8fff84078e203d3\n"
    },
    {
      "commit": "92d81d893f7ca2735afb07f38f7dc799a2de6860",
      "tree": "7b1f9cb6e6449a571b6f3e283ed64598f83e4847",
      "parents": [
        "e05816cfa0270d7def33da70bf2ada12350b08b5",
        "3bfa0fd32f07fab81f178a58eee4d0738b6d0db6"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 21:40:04 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 01 21:40:04 2014 +0000"
      },
      "message": "Merge \"Add Silvermont architecture cache sizes\""
    },
    {
      "commit": "e05816cfa0270d7def33da70bf2ada12350b08b5",
      "tree": "41c763492e6402398747d390582cadca3e1d9122",
      "parents": [
        "f42df8c1ac1fd1924a6244f5b9ad472d73786949",
        "64b2963224bdd139caf667b6263e3b75e99dd20a"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 21:00:07 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 01 21:00:07 2014 +0000"
      },
      "message": "Merge \"Fix debug malloc for LP64.\""
    },
    {
      "commit": "64b2963224bdd139caf667b6263e3b75e99dd20a",
      "tree": "41c763492e6402398747d390582cadca3e1d9122",
      "parents": [
        "f42df8c1ac1fd1924a6244f5b9ad472d73786949"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 13:48:30 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 13:48:30 2014 -0700"
      },
      "message": "Fix debug malloc for LP64.\n\nChange-Id: I5de2097b6589c0d6750b2a3bc3cbb06227de6d5f\n"
    },
    {
      "commit": "ea9bf6788144b83cc51c454b2bfe6b980d6e947c",
      "tree": "eb73d23bcba8dcc1f2d88b76bfd1afa1be2d639b",
      "parents": [
        "bc475bc8d1d202baa48f6c9829fe1cced9122332"
      ],
      "author": {
        "name": "Szymon Jakubczak",
        "email": "szym@google.com",
        "time": "Fri Feb 14 17:07:23 2014 -0500"
      },
      "committer": {
        "name": "Paul Jensen",
        "email": "pauljensen@google.com",
        "time": "Tue Apr 01 16:25:49 2014 -0400"
      },
      "message": "bionic: Replace iface with opaque netid in resolver.\n\nReplace iface cache key with netid.\n\nReplace _mark with netid.\n\nMark sockets used to test IPv4/IPv6 support as well as sockets\nused to determine source address for rfc6724 sort.\n\nRemove pid/uid mappings (functionality moved to system/netd).\n\nDo not create resolv_cache when it does not exist, but rather only\nwhen DNS configuration is supplied.\n\nClean up unused functions.\n\nChange-Id: I9ccfda2902cc0943e87c9bc346ad9a2578accdab\n"
    },
    {
      "commit": "f42df8c1ac1fd1924a6244f5b9ad472d73786949",
      "tree": "11f13e4665d94583daf84d1d7477c51671e83b3b",
      "parents": [
        "796249a4ce48ed5eb946170f32541e3edf83b601",
        "7f3a272ae327c647db4caeaea2a3c7af50bd73b5"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 20:25:32 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 01 20:25:33 2014 +0000"
      },
      "message": "Merge \"Add lsearch(3) for ltrace.\""
    },
    {
      "commit": "7f3a272ae327c647db4caeaea2a3c7af50bd73b5",
      "tree": "11f13e4665d94583daf84d1d7477c51671e83b3b",
      "parents": [
        "796249a4ce48ed5eb946170f32541e3edf83b601"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 12:40:00 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 12:40:00 2014 -0700"
      },
      "message": "Add lsearch(3) for ltrace.\n\nBug: 13746936\nChange-Id: I833c6ba70a1752c04dab7de389f5bebb741662b3\n"
    },
    {
      "commit": "796249a4ce48ed5eb946170f32541e3edf83b601",
      "tree": "e85951ef0b7be046877854edf3bb12276f7dea86",
      "parents": [
        "b732b71dc10158a4c1d8ee2235d357f8694030ba",
        "88b44feb7dd792348f2755c30cc7356509929917"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 19:22:19 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 01 19:22:19 2014 +0000"
      },
      "message": "Merge \"Remove duplicate line in linker/Android.mk.\""
    },
    {
      "commit": "88b44feb7dd792348f2755c30cc7356509929917",
      "tree": "e85951ef0b7be046877854edf3bb12276f7dea86",
      "parents": [
        "b732b71dc10158a4c1d8ee2235d357f8694030ba"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 11:41:36 2014 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Apr 01 11:41:36 2014 -0700"
      },
      "message": "Remove duplicate line in linker/Android.mk.\n\nChange-Id: I7b4d5fcdfacc840bbda4ffd965e5315c4651cfe5\n"
    },
    {
      "commit": "b7afa9df2552c6a6889a43c6a1722e1ce46f1969",
      "tree": "4e3a980860bbe66374939bfa5a8b644c2a2d3d8c",
      "parents": [
        "b732b71dc10158a4c1d8ee2235d357f8694030ba"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Tue Apr 01 16:41:12 2014 +0100"
      },
      "committer": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Tue Apr 01 16:49:14 2014 +0100"
      },
      "message": "Changed long double literal suffix from \u0027l\u0027 to \u0027L\u0027.\n\nChange-Id: Id569f2d335b0930704d12ad7f388cb98b65f3ab7\n"
    },
    {
      "commit": "3bfa0fd32f07fab81f178a58eee4d0738b6d0db6",
      "tree": "33b967594a53edf95d7113cd45032f2680ed5651",
      "parents": [
        "c19972a4ca24512e017ad501bf446a489d4236e7"
      ],
      "author": {
        "name": "Henrik Smiding",
        "email": "henrik.smiding@intel.com",
        "time": "Wed Jan 08 16:57:55 2014 +0100"
      },
      "committer": {
        "name": "yijunx.zhu",
        "email": "yijunx.zhu@intel.com",
        "time": "Tue Apr 01 14:41:08 2014 +0800"
      },
      "message": "Add Silvermont architecture cache sizes\n\nAdds Silvermont specific cache sizes for bionic optimizations.\n\nChange-Id: Ib992f530b8c485121b2874470fd6bed2212adb0f\nSigned-off-by: Henrik Smiding \u003chenrik.smiding@intel.com\u003e\n"
    },
    {
      "commit": "b732b71dc10158a4c1d8ee2235d357f8694030ba",
      "tree": "e7e68e62f45b3475b707df32107f9f6d41d41545",
      "parents": [
        "aad59fafeaa1f46e1744864167e6407b5a5ae55e",
        "108f6dc3168fa492a7ba906466ac65749f5fbda5"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Tue Apr 01 05:50:17 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Apr 01 05:50:17 2014 +0000"
      },
      "message": "Merge \"Move accept4 tests into sys_socket_test.cpp.\""
    },
    {
      "commit": "108f6dc3168fa492a7ba906466ac65749f5fbda5",
      "tree": "e7e68e62f45b3475b707df32107f9f6d41d41545",
      "parents": [
        "aad59fafeaa1f46e1744864167e6407b5a5ae55e"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Mon Mar 31 13:30:22 2014 -0700"
      },
      "committer": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Mon Mar 31 22:43:38 2014 -0700"
      },
      "message": "Move accept4 tests into sys_socket_test.cpp.\n\nIn addition, create basic recvmmsg, sendmmsg tests.\n\nChange-Id: Ie9f4954446d98b5eb5e553d3c616c1ee67c3cb66\n"
    },
    {
      "commit": "aad59fafeaa1f46e1744864167e6407b5a5ae55e",
      "tree": "7efc58da446fa759651030322662f6f853cf8020",
      "parents": [
        "557942ac58f08675473460b1802b43473c467172",
        "9cea3775056d0a8d04d49c3983440b89d82a462b"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Mon Mar 31 19:01:23 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Mar 31 19:01:23 2014 +0000"
      },
      "message": "Merge \"Small accept4 fixes.\""
    },
    {
      "commit": "9cea3775056d0a8d04d49c3983440b89d82a462b",
      "tree": "7efc58da446fa759651030322662f6f853cf8020",
      "parents": [
        "557942ac58f08675473460b1802b43473c467172"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Mon Mar 31 11:23:39 2014 -0700"
      },
      "committer": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Mon Mar 31 11:23:39 2014 -0700"
      },
      "message": "Small accept4 fixes.\n\nPut the accept4 test in the sorted order, and put the accept4 define in\nsorted order.\n\nAlso add the missing SYS_RECVMMSG and SYS_SENDMMSG defines.\n\nChange-Id: Iba55354975e0d5027dbee53f6de752c2df719493\n"
    },
    {
      "commit": "ac3fc00ca2c157387164c7daaf9e10799c5ac8dc",
      "tree": "4d90f528c67a0180d0c6f21a54579de1af66af98",
      "parents": [
        "d8fe15fdb6581b6920a4be75731337edbac64b11"
      ],
      "author": {
        "name": "Russell Webb",
        "email": "russell.webb@intel.com",
        "time": "Mon Mar 10 16:35:28 2014 -0700"
      },
      "committer": {
        "name": "Fengwei Yin",
        "email": "fengwei.yin@intel.com",
        "time": "Mon Mar 31 22:38:14 2014 +0800"
      },
      "message": "Remove SIZE_MAX definition in limits.h\n\nthe POSIX standard is that SIZE_MAX is defined\nin stdint.h, not limits.h.\n\nChange-Id: Iafd8ec71d1840541feaca4f53b2926b398293fac\nSigned-off-by: Webb, Russell \u003crussell.webb@intel.com\u003e\nSigned-off-by: Fengwei Yin \u003cfengwei.yin@intel.com\u003e\nReviewed-by: Ross, Andrew J \u003candrew.j.ross@intel.com\u003e\nReviewed-by: Boie, Andrew P \u003candrew.p.boie@intel.com\u003e\nReviewed-by: Gumbel, Matthew K \u003cmatthew.k.gumbel@intel.com\u003e\nTested-by: Gumbel, Matthew K \u003cmatthew.k.gumbel@intel.com\u003e\n"
    },
    {
      "commit": "557942ac58f08675473460b1802b43473c467172",
      "tree": "08829e12222eff7bd581bc9e4505da961abd4934",
      "parents": [
        "d8fe15fdb6581b6920a4be75731337edbac64b11",
        "c8564f2df2a85a753e25bf48b4eefbf8379fe31a"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Mon Mar 31 10:54:14 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Mar 31 10:54:15 2014 +0000"
      },
      "message": "Merge \"Fix math tests.\""
    },
    {
      "commit": "d8fe15fdb6581b6920a4be75731337edbac64b11",
      "tree": "65a082381e6e7b8ac19dd0b02f27c89036e34494",
      "parents": [
        "c19972a4ca24512e017ad501bf446a489d4236e7",
        "5b5d6e7045dece4e112553e9a2516240ea32f812"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Mon Mar 31 03:30:12 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Mar 31 03:30:13 2014 +0000"
      },
      "message": "Merge \"add 32-bit bionic implementation for denver arch\""
    },
    {
      "commit": "c19972a4ca24512e017ad501bf446a489d4236e7",
      "tree": "62d71d795cf59048390e5d549f99d9591425074d",
      "parents": [
        "6617fb73b6393f727cfc88a650c7e033ced053ce",
        "812fd4263a005b88f3b4222baa910114f938d594"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Sun Mar 30 22:24:22 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Sun Mar 30 22:24:22 2014 +0000"
      },
      "message": "Merge \"Use __unused instead of UNUSED in linker.cpp\""
    },
    {
      "commit": "6617fb73b6393f727cfc88a650c7e033ced053ce",
      "tree": "fd30ad0ee980643c3f3ae923fa6d17921d15f747",
      "parents": [
        "a58b3f78e14500e7b10fc845ef0a6a8309664663",
        "50282f72bb9be6b49212a3978faec70786e9f97f"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Fri Mar 28 11:18:16 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Fri Mar 28 11:18:16 2014 +0000"
      },
      "message": "Merge \"Add lconv declaration and localeconv(3)\""
    },
    {
      "commit": "50282f72bb9be6b49212a3978faec70786e9f97f",
      "tree": "fd30ad0ee980643c3f3ae923fa6d17921d15f747",
      "parents": [
        "a58b3f78e14500e7b10fc845ef0a6a8309664663"
      ],
      "author": {
        "name": "Pavel Chupin",
        "email": "pavel.v.chupin@intel.com",
        "time": "Tue Mar 25 13:43:04 2014 +0400"
      },
      "committer": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Fri Mar 28 11:15:03 2014 +0000"
      },
      "message": "Add lconv declaration and localeconv(3)\n\nlconv is taken from ndk/sources/android/support/include/locale.h and\nmatches\nbsd/glibc upstream.\nKeep old declaration for 32-bits for compatibility.\nlocaleconv.c and deps are taken from openbsd upstream.\nChanged strtod.c accordingly.\n\nChange-Id: I9fcc4d15f5674d192950d80edf26f36006cd31b4\nSigned-off-by: Pavel Chupin \u003cpavel.v.chupin@intel.com\u003e\n"
    },
    {
      "commit": "c8564f2df2a85a753e25bf48b4eefbf8379fe31a",
      "tree": "b0b1e6a7057b6bd1ddeb166d25a06438fa80b775",
      "parents": [
        "a58b3f78e14500e7b10fc845ef0a6a8309664663"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Thu Mar 27 13:41:06 2014 +0000"
      },
      "committer": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Fri Mar 28 11:10:01 2014 +0000"
      },
      "message": "Fix math tests.\n\nBug: 13657654\nChange-Id: I39b2f13b5b3d3e6897618ac3aed49a0a08458dd0\n"
    },
    {
      "commit": "a58b3f78e14500e7b10fc845ef0a6a8309664663",
      "tree": "9b939c2d85d7d2d2a1ea5f88612be322c6218add",
      "parents": [
        "cd3303fa384c86f9e7dfab52cce33bd986fdd565",
        "2f3ba8844ab8ed6be02485c79c1e974a6513b492"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Thu Mar 27 18:15:15 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Mar 27 18:15:15 2014 +0000"
      },
      "message": "Merge \"Add accept4 unit test to bionic.\""
    },
    {
      "commit": "cd3303fa384c86f9e7dfab52cce33bd986fdd565",
      "tree": "91e77988ffee23a970c4c3e76bb8a442c09f8461",
      "parents": [
        "206fe5fd160504489234d222d824870837e82b59",
        "406a75d371361388fe179950a3de459ae7e16f33"
      ],
      "author": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Thu Mar 27 18:09:35 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Mar 27 18:09:37 2014 +0000"
      },
      "message": "Merge \"linker: use LOCAL_MULTILIB :\u003d both style to build linker64\""
    },
    {
      "commit": "2f3ba8844ab8ed6be02485c79c1e974a6513b492",
      "tree": "fa9a5cb69fbfb66ca33dbc9dc8c0dc757802f98a",
      "parents": [
        "bc475bc8d1d202baa48f6c9829fe1cced9122332"
      ],
      "author": {
        "name": "Andrei Emeltchenko",
        "email": "andrei.emeltchenko@intel.com",
        "time": "Tue Feb 18 10:22:58 2014 +0200"
      },
      "committer": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Thu Mar 27 11:08:49 2014 -0700"
      },
      "message": "Add accept4 unit test to bionic.\n\nChange-Id: I1cce5fb8dab16f03164fdd288f35a814d7c49c6a\n"
    },
    {
      "commit": "406a75d371361388fe179950a3de459ae7e16f33",
      "tree": "cf1dccdf8d680d0203d693340c61cebb7d8973c9",
      "parents": [
        "bc475bc8d1d202baa48f6c9829fe1cced9122332"
      ],
      "author": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Thu Mar 27 10:45:57 2014 -0700"
      },
      "committer": {
        "name": "Colin Cross",
        "email": "ccross@android.com",
        "time": "Thu Mar 27 10:45:57 2014 -0700"
      },
      "message": "linker: use LOCAL_MULTILIB :\u003d both style to build linker64\n\nUse LOCAL_MODULE_STEM_32 and LOCAL_MODULE_STEM_64 to build\nlinker and linker64.  Set LOCAL_MULTILIB :\u003d both for consistency\nwith other rules of this type, although LOCAL_MULTILIB :\u003d both is\nonly consumed by executable.mk which is skipped by\nlinker_executable.mk.  Duplicate the necessary new parts of\nexecutable.mk.\n\nChange-Id: I888e87cf125cfbcfdee6a55b6377d8bc5ce402ea\n"
    },
    {
      "commit": "206fe5fd160504489234d222d824870837e82b59",
      "tree": "bc6221be6eee33d3bd05afba74a7f6d5b1dce2ff",
      "parents": [
        "bc475bc8d1d202baa48f6c9829fe1cced9122332",
        "f1d7536dcfffadc91aabd0a14ec07334a334eea2"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Thu Mar 27 16:53:08 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Mar 27 16:53:08 2014 +0000"
      },
      "message": "Merge changes I1935a63d,I3dfd3647\n\n* changes:\n  Fix and clean up strtotimeval\n  Added strtotimeval tests.\n"
    },
    {
      "commit": "f1d7536dcfffadc91aabd0a14ec07334a334eea2",
      "tree": "85b0f36159cef4b13751d2e7a101a024092b5a45",
      "parents": [
        "4bfaf462f0c864473faaca63cc4ba9e1a1b103a8"
      ],
      "author": {
        "name": "Weichuan Yan",
        "email": "wchyan@marvell.com",
        "time": "Wed Mar 26 03:41:15 2014 +0000"
      },
      "committer": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Thu Mar 27 14:57:36 2014 +0000"
      },
      "message": "Fix and clean up strtotimeval\n\n- parsing of fractional part was wrong (always parsed as 0)\n- return value was also wrong in the presence of fractional parts\n- general style clean up\n\nChange-Id: I1935a63db938dbed7cacb4b5646e993a52c27f1a\nSigned-off-by: Weichuan Yan \u003cwchyan@marvell.com\u003e\n"
    },
    {
      "commit": "bc475bc8d1d202baa48f6c9829fe1cced9122332",
      "tree": "20940f846ec40d52c5517d28b6e96abab9180301",
      "parents": [
        "ecbf00bda2fcee65e4e6385772022529ffeeed91",
        "8f2a30a92ab6981cccbc1a9e17b738f7542ae33f"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Wed Mar 26 19:40:59 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Mar 26 19:40:59 2014 +0000"
      },
      "message": "Merge \"Add accept4() syscall\""
    },
    {
      "commit": "4bfaf462f0c864473faaca63cc4ba9e1a1b103a8",
      "tree": "c8514bbb56f1b835c2043367fc7df6b7eb3dd278",
      "parents": [
        "ecbf00bda2fcee65e4e6385772022529ffeeed91"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Wed Mar 26 14:21:11 2014 +0000"
      },
      "committer": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Wed Mar 26 17:57:48 2014 +0000"
      },
      "message": "Added strtotimeval tests.\n\nChange-Id: I3dfd3647a8494490a2d549bdb915968063a7fb99\n"
    },
    {
      "commit": "ecbf00bda2fcee65e4e6385772022529ffeeed91",
      "tree": "b85cebec3747f506dd11c4a3217e0d0cad0fa60f",
      "parents": [
        "c8fc4ddc183060aa979185d5a6845f26beb1a733",
        "f1de90b3a26d6ec46c0f1c741ef93509fe69f942"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Wed Mar 26 14:23:59 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Mar 26 14:24:01 2014 +0000"
      },
      "message": "Merge \"Clean up CMSG_*HDR in \u003csys/socket.h\u003e\""
    },
    {
      "commit": "8f2a30a92ab6981cccbc1a9e17b738f7542ae33f",
      "tree": "a0ec364f2362051c4d06569ee5706c3165808b78",
      "parents": [
        "c8fc4ddc183060aa979185d5a6845f26beb1a733"
      ],
      "author": {
        "name": "Andrei Emeltchenko",
        "email": "andrei.emeltchenko@intel.com",
        "time": "Wed Mar 26 15:50:01 2014 +0200"
      },
      "committer": {
        "name": "Andrei Emeltchenko",
        "email": "andrei.emeltchenko@intel.com",
        "time": "Wed Mar 26 15:50:01 2014 +0200"
      },
      "message": "Add accept4() syscall\n\nAdd accept4() using SYSCALLS.TXT and gensyscall\n\nChange-Id: I6f19f29144186d15d46423e10f2cc4b4223719c6\n"
    },
    {
      "commit": "5b5d6e7045dece4e112553e9a2516240ea32f812",
      "tree": "18f9ece39076aee806f4eaf0990e1839c8b4b277",
      "parents": [
        "95c1abecc02b2a2f40b507e669b5bc17d4412bf9"
      ],
      "author": {
        "name": "Shu Zhang",
        "email": "chazhang@nvidia.com",
        "time": "Wed Mar 12 11:18:41 2014 +0800"
      },
      "committer": {
        "name": "Shu Zhang",
        "email": "chazhang@nvidia.com",
        "time": "Wed Mar 26 13:57:01 2014 +0800"
      },
      "message": "add 32-bit bionic implementation for denver arch\n\nAdd 32-bit bionic implementation for denver. Use denver version of memcpy/\nmemset. Use Cortex-A15 version of strlen/strcat/strcpy/strcmp.\n\nChange-Id: I4c6b675f20cf41a29cadf70a11d1635d7df5b30a\n"
    },
    {
      "commit": "c8fc4ddc183060aa979185d5a6845f26beb1a733",
      "tree": "53d8ce0e17b4a877494461a67ae7fe7fbc3a24ee",
      "parents": [
        "f71c0e75e0d041c80e4dc6900e2c2283e5d55ce2",
        "0ae6445e9a85291b3a20da7f7a5b948cd18d3424"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Tue Mar 25 17:46:30 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Mar 25 17:46:30 2014 +0000"
      },
      "message": "Merge \"Keep the symbol table in the shared libc.\""
    },
    {
      "commit": "f1de90b3a26d6ec46c0f1c741ef93509fe69f942",
      "tree": "b80cd059473878fdbb83ec9440ae827ebc98f237",
      "parents": [
        "849e162d3bedc5ca61bdf15486268b253b9f4e93"
      ],
      "author": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Wed Mar 19 17:40:23 2014 +0000"
      },
      "committer": {
        "name": "Calin Juravle",
        "email": "calin@google.com",
        "time": "Tue Mar 25 17:07:37 2014 +0000"
      },
      "message": "Clean up CMSG_*HDR in \u003csys/socket.h\u003e\n\nRemoved __CMSG_NXTHDR, __CMSG_FIRSTHDR and cmsg_nxthdr.\n\nBug: 13418328\nChange-Id: I6b1ed58b41b3f37d41e070c4f222b5bfa512bc48\n"
    },
    {
      "commit": "812fd4263a005b88f3b4222baa910114f938d594",
      "tree": "26f12089692ad78fdcfc6c1a4f24e7e8bd55c433",
      "parents": [
        "f71c0e75e0d041c80e4dc6900e2c2283e5d55ce2"
      ],
      "author": {
        "name": "Kito Cheng",
        "email": "kito@0xlab.org",
        "time": "Tue Mar 25 22:53:56 2014 +0800"
      },
      "committer": {
        "name": "Kito Cheng",
        "email": "kito@0xlab.org",
        "time": "Tue Mar 25 22:54:19 2014 +0800"
      },
      "message": "Use __unused instead of UNUSED in linker.cpp\n\n - sys/cdefs.h already define __unused, just use it\n   instead of define a local one.\n\nChange-Id: Iacf3da9193e65e1f34b12760b28bcb64b67cb790\n"
    },
    {
      "commit": "0ae6445e9a85291b3a20da7f7a5b948cd18d3424",
      "tree": "53d8ce0e17b4a877494461a67ae7fe7fbc3a24ee",
      "parents": [
        "f71c0e75e0d041c80e4dc6900e2c2283e5d55ce2"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Fri Mar 21 11:11:38 2014 -0700"
      },
      "committer": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Mon Mar 24 17:56:13 2014 -0700"
      },
      "message": "Keep the symbol table in the shared libc.\n\nIn order to allow the unwinder code to have meaningful names for\nlibc functions, leave the symbol table. This results in the libc.so\ngetting to be about ~130K larger on all arm platforms and about ~70K\nlarger on mips/x86 platforms.\n\nBug: 12958251\nChange-Id: I6b3a97e4824142faf5de46aeabf7c1dfb98a8cc6\n"
    }
  ],
  "next": "f71c0e75e0d041c80e4dc6900e2c2283e5d55ce2"
}
