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