summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/Makefile.libkern
AgeCommit message (Expand)Author
2021-10-27revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg13...ryo
2021-10-25In some arch, _mcount() would be called recursively when built with COPTS=-O0.ryo
2021-05-17move bi-endian disklabel support from the kernel and libsa into libkern.mrg
2021-01-25Build strlist.c.thorpej
2020-06-30Make copystr() a MI C function, part of libkern and shared on allmaxv
2020-04-30Rewrite entropy subsystem.riastradh
2019-12-14Nix trailing whitespace.riastradh
2019-12-14Remove never-used Mersenne twister from libkern.riastradh
2019-12-14Omit vestigial unused commented-out experiment.riastradh
2019-12-14Include radixtree in the kernel.ad
2018-09-03Rename min.c -> uimin.c, max.c -> uimax.c in libkern.riastradh
2018-07-08provide memmemchristos
2017-12-08coalesce the two copies of hexdump into libkernchristos
2017-11-30Import SHA-3 code into libc and libkern.riastradh
2016-05-02move scsipi_strvis -> libkern:strnvisx()christos
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-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
2014-07-04${.PARSEDIR} not .${PARSEDIR} for Makefile.compiler-rt includejmcneill
2014-03-12Do not include compiler-rt in librump. librump is not a toolchain supportpooka
2014-01-29Include compiler-rt in libc, libm and libkern.joerg
2014-01-15For HAVE_LIBGCC=no, use compiler-rt for quad support.joerg
2013-12-27add strncat (for acpi)christos
2013-12-11Allow kernel code to access constant databases by moving cdbr(3) and thejoerg
2013-12-02changed lua_Number to int64_tlneto
2013-07-23Another codegen bug that fixes (in this case lots of) atf tests.skrll
2013-06-29libkern: add murmurhash module.rmind
2013-06-24Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.riastradh
2013-03-17undo sparc64 kludgechristos
2013-03-14Make sparc64 32-bit kernel buildable.nakayama
2013-03-11amend previous sparc64 fix: rump does not know about memcpyset.schristos
2013-03-10On sparc64 memcpy and memset are provided by memcpyset.s (should have beenchristos
2013-01-23Add strnlen.c to SRCS (which will automatically use the .S version if itmatt
2012-08-30Add "consttime_bcmp" and "explicit_bzero" functions for both kerneldrochner
2012-02-05Migrate one last leftover bit (used only by the kernel now) todholland
2012-01-20Don't use __cmsg_alignbytes in the kernel. Mark it as constant functionjoerg
2011-11-19First step of random number subsystem rework described intls
2011-08-26Build and install ppath(3), property-list paths library.dyoung
2011-03-24Add a new libquota library, which contains some blocks to build and/orbouyer
2011-02-26Add quad srcs if building x86_64 32-bit libkern.jakllsch
2011-02-26Add quad srcs if using MIPS O32 ABImatt
2010-05-11fix typopooka
2010-01-19Get rid of last "easy" kernel symbols starting with __:pooka
2009-12-14Build fix for the mips64 merge:uebayasi
2009-11-21Redo the previous inverted logic. Sort alphabetically.uebayasi
2009-11-21Don't build quad support code on 64-bit platforms.uebayasi
2009-08-14Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern.dsl
2009-08-12Use stuff from libc/Makefile to auto-remove .c files if a .S has been added.dsl