| Age | Commit message (Expand) | Author |
| 2017-12-31 | PR port-alpha/52520: provide float64 -> uint64 conversion and use | martin |
| 2017-12-09 | Even smaller and takes print function. | christos |
| 2017-12-08 | don't ifdef _KERNEL | christos |
| 2017-12-08 | use a different, more readable approach. | christos |
| 2017-12-08 | coalesce the two copies of hexdump into libkern | christos |
| 2017-11-30 | Import SHA-3 code into libc and libkern. | riastradh |
| 2017-10-30 | Add END(). | maxv |
| 2017-03-14 | Add garbage instructions at end of kern_assert after vpanic. | riastradh |
| 2016-08-20 | extract crc16 code from utoppy driver to a separate file in libkern, for use | jdolecek |
| 2016-08-05 | PR port-ia64/51261 | scole |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-05-11 | provide const versions of container_of macros. | rtr |
| 2016-05-02 | move scsipi_strvis -> libkern:strnvisx() | christos |
| 2016-03-28 | Fix relation in rngtest failure message to match reality. | riastradh |
| 2016-03-22 | remove a bunch of "@echo done" from the tail of rules. these messages | mrg |
| 2015-10-29 | remove "@echo done" from 4 rules that don't need it and the random "done" | mrg |
| 2015-09-07 | Order library object build. | uebayasi |
| 2015-09-07 | Sprinkle more done messages. | uebayasi |
| 2015-09-06 | In kernel lib build, print message when things not only start bug also end. | uebayasi |
| 2015-08-30 | Include opt_diagnostic.h. | uebayasi |
| 2015-07-30 | Revert untested and unnecessary change in previous rev 1.36. | tsutsui |
| 2015-07-30 | add mulsi3, needed by inet_addr.o | christos |
| 2015-05-29 | If the platform support popcount as a __builtin, use that in preference | matt |
| 2015-05-09 | tricks with sizeof() make coverity complain. | christos |
| 2015-04-20 | Add container_of to libkern. | riastradh |
| 2015-04-15 | remove various HAVE_GCC=45 fragments. | mrg |
| 2015-01-16 | strtoi and strtou for the kernel | christos |
| 2014-11-20 | bcdtobin and bintobcd are now inlines in <dev/clock_subr.h> | christos |
| 2014-09-19 | New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) | matt |
| 2014-09-08 | Revert 1.33 and 1.34 for now, until either .INVISIBLE is reinstanciated | joerg |
| 2014-09-03 | New files for OR1K support | matt |
| 2014-09-01 | Make random.S invisible for coldfire too (e.g. anything not "m68k") | matt |
| 2014-08-27 | use .INVISIBLE to hide random.S, instead of extra rules. | christos |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-08-10 | Changes to existing files to enable building AARCH64 userland. | matt |
| 2014-08-10 | Preliminary files for AARCH64 (64-bit ARM) support. | matt |
| 2014-07-19 | lua: updated from 5.1 to 5.3 work3 | lneto |
| 2014-07-04 | ${.PARSEDIR} not .${PARSEDIR} for Makefile.compiler-rt include | jmcneill |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2014-03-13 | remove compiler-rt duplicates to fix build | pooka |
| 2014-03-12 | Do not include compiler-rt in librump. librump is not a toolchain support | pooka |
| 2014-03-07 | Align explicitly to make kernels compiled by clang generate | nakayama |
| 2014-02-27 | Provide labs, llabs and imaxabs for kernel use. | joerg |
| 2014-02-26 | Update compiler-rt glue for the new source layout. | joerg |
| 2014-02-09 | Revert previous revision. It bkeaks profiling kernel builds. | njoly |
| 2014-01-29 | Include compiler-rt in libc, libm and libkern. | joerg |
| 2014-01-29 | For ARM EABI, includ divide-by-0 trap handlers. | joerg |
| 2014-01-17 | This is not libc, so don't check the libc arch macro. | joerg |
| 2014-01-15 | For HAVE_LIBGCC=no, use compiler-rt for quad support. | joerg |
| 2013-12-27 | add strncat (for acpi) | christos |