| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r347617 (by bcr), r350091: | Konstantin Belousov | 2019-07-24 | 1 | -1/+65 |
| * | MFC r346225: | Konstantin Belousov | 2019-04-22 | 2 | -0/+2 |
| * | MFC r338051: | Konstantin Belousov | 2018-08-22 | 2 | -2/+154 |
| * | MFC r338048: | Konstantin Belousov | 2018-08-22 | 1 | -1/+1 |
| * | MFC r337666: getopt_long(3): Document behavior, optstring leading characters | Kyle Evans | 2018-08-20 | 1 | -2/+43 |
| * | MFC r334928: | Konstantin Belousov | 2018-06-24 | 1 | -44/+17 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 41 | -95/+13 |
| * | MFC r320992,r320993: | Eitan Adler | 2018-03-19 | 1 | -1/+59 |
| * | MFC r328785: | Eitan Adler | 2018-03-19 | 1 | -9/+7 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 41 | -13/+95 |
| * | MFC Loader Fixes 2017q4p7: r324844,r326089,r326926,r326440,r326484,r326494, | Kyle Evans | 2018-02-12 | 3 | -7/+46 |
| * | MFC r325389: | Konstantin Belousov | 2017-11-11 | 2 | -2/+18 |
| * | MFC r322427: | Konstantin Belousov | 2017-08-19 | 1 | -2/+8 |
| * | MFC r318710: | Enji Cooper | 2017-07-18 | 1 | -3/+3 |
| * | MFC r318514-r318515, r318517, r318917 | Xin LI | 2017-05-31 | 1 | -18/+41 |
| * | MFC r318303: | Konstantin Belousov | 2017-05-29 | 1 | -9/+7 |
| * | MFC r318299: | Konstantin Belousov | 2017-05-29 | 1 | -44/+31 |
| * | MFC r318298: | Konstantin Belousov | 2017-05-29 | 1 | -19/+27 |
| * | MFC r316213: | Konstantin Belousov | 2017-04-23 | 3 | -2/+100 |
| * | MFC r315162: | Pedro F. Giffuni | 2017-04-07 | 1 | -4/+4 |
| * | MFC r315095, r315096, r315097, r315187: | Pedro F. Giffuni | 2017-03-15 | 1 | -1/+1 |
| * | MFC r313374: | Enji Cooper | 2017-02-14 | 1 | -4/+4 |
| * | MFC r312332,r312446,r312451: | Enji Cooper | 2017-02-04 | 1 | -3/+3 |
| * | MFC r311651: | Konstantin Belousov | 2017-01-21 | 4 | -106/+162 |
| * | MFC r305855, r306297, r306300, r306312-r306313 | Marcel Moolenaar | 2016-12-11 | 1 | -1/+8 |
| * | MFC r307227 and r307343: | Ed Schouten | 2016-10-29 | 5 | -52/+54 |
| * | MFC r303795: | Konstantin Belousov | 2016-08-20 | 4 | -1/+152 |
| * | Reflect error indication according to POSIX and what those functions | Andrey A. Chernov | 2016-06-05 | 1 | -2/+2 |
| * | Don't use fixup for C99 and up, the compiler result is already correct. | Andrey A. Chernov | 2016-06-01 | 4 | -0/+8 |
| * | Micro optimize: C standard guarantees that right shift for unsigned value | Andrey A. Chernov | 2016-05-29 | 1 | -1/+1 |
| * | 1) Unifdef USE_WEAK_SEEDING since it is too obsolete to support and makes | Andrey A. Chernov | 2016-05-29 | 1 | -41/+11 |
| * | 1) Unifdef USE_WEAK_SEEDING it is too obsolete to support and makes reading | Andrey A. Chernov | 2016-05-29 | 1 | -46/+14 |
| * | Let l64a() properly null terminate its result. | Ed Schouten | 2016-05-26 | 1 | -21/+13 |
| * | 1) POSIX prohibits printing errors to stderr here and require | Andrey A. Chernov | 2016-05-22 | 1 | -15/+10 |
| * | Update jemalloc to 4.2.0. | Jason Evans | 2016-05-13 | 1 | -1/+1 |
| * | libc: spelling fixes. | Pedro F. Giffuni | 2016-04-30 | 2 | -3/+3 |
| * | libc: do not include <sys/types.h> where <sys/param.h> was already included | Andriy Voskoboinyk | 2016-04-18 | 1 | -1/+0 |
| * | Fixed indentation, minor style. | Sergey Kandaurov | 2016-04-18 | 1 | -12/+12 |
| * | Fix markup on "\n" in printf so it renders correctly. | Warren Block | 2016-04-17 | 1 | -4/+4 |
| * | Update jemalloc to 4.1.0. | Jason Evans | 2016-02-29 | 2 | -2/+7 |
| * | Add .NOMETA missed in r291320. | Bryan Drewery | 2016-01-20 | 1 | -1/+1 |
| * | Remove an unneeded assignment of the return value. | Ed Schouten | 2016-01-14 | 1 | -1/+0 |
| * | Replace implementation of hsearch() by one that scales. | Ed Schouten | 2015-12-27 | 7 | -185/+335 |
| * | Let tsearch()/tdelete() use an AVL tree. | Ed Schouten | 2015-12-22 | 4 | -86/+473 |
| * | META MODE: Don't create .meta files when symlinking sources into the obj dire... | Bryan Drewery | 2015-11-25 | 1 | -4/+4 |
| * | Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. | Craig Rodrigues | 2015-09-20 | 12 | -51/+28 |
| * | Remove names from prototypes | Craig Rodrigues | 2015-09-20 | 3 | -7/+7 |
| * | Add declarations to eliminate -Wmissing-prototypes warnings. | Craig Rodrigues | 2015-09-20 | 3 | -0/+15 |
| * | Use ANSI C prototypes. | Craig Rodrigues | 2015-09-14 | 3 | -45/+14 |
| * | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov | 2015-08-29 | 2 | -12/+16 |