| Age | Commit message (Expand) | Author |
| 2022-05-17 | Pull up following revision(s) (requested by skrll in ticket #1453): | martin |
| 2022-05-15 | Pull up following revision(s) (requested by skrll in ticket #1451): | martin |
| 2021-08-11 | Pull up following revision(s) (requested by skrll in ticket #1331): | martin |
| 2021-08-11 | Pull up following revision(s) (requested by skrll in ticket #1330): | martin |
| 2021-07-08 | Pull up following revision(s) (requested by skrll in ticket #1319): | martin |
| 2021-07-06 | Pull up following revision(s) (requested by skrll in ticket #1314): | martin |
| 2021-07-06 | Pull up following revision(s) (requested by skrll in ticket #1313): | martin |
| 2021-04-30 | Pull up following revision(s) (requested by skrll in ticket #1261): | martin |
| 2021-04-26 | Pull up following revision(s) (requested by skrll in ticket #1254): | martin |
| 2020-03-03 | Pull up following revision(s) (requested by rin in ticket #755): | martin |
| 2019-12-08 | Pull up following revision(s) (requested by riastradh in ticket #505): | martin |
| 2019-10-12 | Pull up following revision(s) (requested by maya in ticket #304): | martin |
| 2019-09-17 | Pull up following revision(s) (requested by skrll in ticket #202): | martin |
| 2019-09-17 | Pull up following revision(s) (requested by skrll in ticket #201): | martin |
| 2019-09-01 | Pull up following revision(s) (requested by kamil in ticket #126): | martin |
| 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 |
| 2019-02-19 | Export _atomic_cas_64 as atomic_cas_64_ni. | rin |
| 2019-02-18 | Add some atomic_cas_64_ni aliases | martin |
| 2019-02-17 | Add missing export of atomic_or_64 (since rev1.1). | isaki |
| 2019-02-13 | Fix kUBSan build with GCC7 | kamil |
| 2019-02-08 | - atomic_*_{8,16}_nv() must return a new value, not an old value. | ryo |
| 2019-02-06 | fix atomic_sub_*(). it was (delta - *ptr), should be (*ptr - delta). | ryo |
| 2019-02-04 | - use __unreachable() and move 'break's around to increase consistency | mrg |
| 2018-11-06 | add support to detect the 3 vmware GPT partition types: | mrg |
| 2018-10-15 | use postincrement, like the patch | christos |
| 2018-10-15 | Avoid out-of-bounds reads | christos |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |
| 2018-08-16 | toolify. | christos |
| 2018-08-11 | Add nbotool stuff. | christos |