Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In preparation of compiling our kernels with -ffreestanding, explicitly map | 2017-01-24 | 1 | -1/+3 | |
| | | | | | | | | | a few performance-critical functions to compiler builtins. Since the builtins supported by gcc3, gcc4 and clang are not the same, there are (unfortunately) some compiler checks to make sure we only do the mapping for builtins that are actually supported by the compiler. ok jca@, tom@, guenther@ | ||||
* | From now on, the MI libkern memcpy should not do overlap handling. | 2013-06-12 | 1 | -16/+4 | |
| | |||||
* | memcpy needs a prototype which is in systm.h | 2009-01-25 | 1 | -1/+2 | |
| | | | | ok form@ kettenis@ | ||||
* | libkern, begone. Move to a new mechanism where config(8)'s "file" | 2007-11-25 | 1 | -0/+58 | |
directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner.. |