| Age | Commit message (Expand) | Author |
| 2020-02-22 | common/lib/libc/stdlib: Fix possible signed integer overflow. | fox |
| 2020-01-29 | Some boot blocks too big now, only compare in big chunks if !_STANDALONE. | ad |
| 2020-01-28 | gang_lookup_scan(): if a dense scan and the first sibling doesn't match, | ad |
| 2020-01-28 | Add a radix_tree_await_memory(), for kernel use. | ad |
| 2020-01-27 | Drop the alignment check if __NO_STRICT_ALIGNMENT (x86, m68k, vax). | ad |
| 2020-01-27 | bcmp() / memcmp(): compare in uintptr_t sized chunks when it's easy to. | ad |
| 2020-01-27 | x86 uses the C versions of bcmp() and memcmp() now. | ad |
| 2020-01-16 | Back out previous, it's broken. | ad |
| 2020-01-15 | Rewrite bcmp() & memcmp() to not use REP CMPS. Seems about 5-10x faster for | ad |
| 2020-01-12 | initialize radix_tree_node_cache with PR_LARGECACHE | para |
| 2020-01-06 | Trailing whitespace | skrll |
| 2020-01-06 | proc_compare(): weed out zombies before doing anything else. From skrll@. | ad |
| 2019-12-06 | Formalize that the printf formats should be uintmax_t so we can | christos |
| 2019-12-05 | Fix warning that appears when compiling in kernel. | ad |
| 2019-12-05 | Delete the counter from "struct radix_tree_node", and in the one place we | ad |
| 2019-12-05 | Merge radixtree changes from yamt-pagecache. | ad |
| 2019-11-28 | Make it easier to use strtoi and strtou in downsteam applications | roy |
| 2019-11-01 | uubsan: Implement function_type_mismatch_v1 | kamil |
| 2019-10-30 | uubsan: Handle implicit_conversion | kamil |
| 2019-10-12 | Remove htonll and ntohll as symbols from aarch64 libc. | maya |
| 2019-10-04 | workaround a GCC 8 warning: | mrg |
| 2019-09-16 | Traiing whitespace. | skrll |
| 2019-09-15 | __sync_{,x}or_and_fetch_8 should return new value... make it so. | skrll |
| 2019-09-15 | __sync_or_and_fetch_8 should return new value... make it do that. | skrll |
| 2019-08-27 | Enhance the support of LLVM sanitizers | kamil |
| 2019-08-20 | add now required includes for memcpy prototypes analogue to other hash functions | para |
| 2019-08-20 | Fix byte order bug in murmurhash and pacify sanitizers. | riastradh |
| 2019-08-02 | ARMv6KZ has been misspelled by GCC since forever, but clang only | joerg |
| 2019-06-17 | Introduce UBSAN_ALWAYS_FATAL in micro-UBSan | kamil |
| 2019-06-17 | PR/54300: Andreas Gustafsson: Remove useless case. should fix | christos |
| 2019-06-16 | get rid of caddr_t | christos |
| 2019-06-05 | Make XDR usable from kernel or module. | hannken |
| 2019-06-04 | Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc. | hannken |
| 2019-06-01 | Misc changes in RISC-V. Start changing the memory layout, too. | maxv |
| 2019-05-11 | Fix bug, the computation of cpuset_nentries was incorrect, we must do +1 | maxv |
| 2019-05-09 | toolify | skrll |
| 2019-05-08 | Use posix_madvise() rather than the legacy madvise() call, and | thorpej |
| 2019-05-08 | Fix building libprop as a host tool library on platforms that don't have | thorpej |
| 2019-04-29 | snprintb(3) says that, in the new(?) Torek format, all fields specs end with \0 | kre |
| 2019-04-27 | Fix an off-by-one in the F modifier that ended up skipping the first : or = | christos |
| 2019-04-17 | add missing atomic_and_16_nv_cas.c atomic_and_8_nv_cas.c. | mrg |
| 2019-04-17 | add missing aliases for _atomic_cas_32_ni and atomic_cas_uint_ni. | mrg |
| 2019-03-30 | Fix typo: __aebi_memset -> __aeabi_memset | jmcneill |
| 2019-03-08 | rbtree: Add a define to mark function arguments as unused for non debug | roy |
| 2019-03-01 | Fix return value. or_and_fetch should return new value. | isaki |
| 2019-03-01 | Add missing alias for __atomic_fetch_nand_N. | isaki |
| 2019-02-28 | Add missing atomic_and_{8,16}_nv_cas.c for __sync_and_and_fetch_{1,2}. | isaki |
| 2019-02-20 | Export atomic_cas_32_ni in a similar manner to its 64-bit counterpart. | rin |
| 2019-02-19 | Add atomic_cas_64_ni alias | martin |
| 2019-02-19 | Sort STRONG_ALIAS's in the same manner as ATOMIC_OP_ALIAS's. | rin |