Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the __sync_* functions to make them work properly | 2017-08-20 | 1 | -1/+21 | |
| | | | | as full memory barriers. | ||||
* | Enable radeondrm(4) on loongson to get accelerated graphics | 2017-05-21 | 1 | -0/+317 | |
| | | | | | | with the RS780E chipset. OK kettenis@, jsg@ | ||||
* | Copy data by using 64-bit loads and stores rather than 32-bit | 2016-11-14 | 1 | -1/+53 | |
| | | | | | | | operations. This about doubles the routine's throughput. No binary change on the 32-bit bootblocks Discussed with miod@ long ago | ||||
* | Make some $OpenBSD$ lines prettier/standardier by eliminating | 2015-01-19 | 1 | -1/+1 | |
| | | | | | | | superflous '*' after '/*' and adding blank after terminating '$'. Also eases parsing of the lines by simple awk scripts. Aesthetic approval from tedu@. | ||||
* | merged bcopy/memmove/memcpy | 2013-06-13 | 3 | -129/+142 | |
| | | | | tested by bcallah, proofed by jasper, ok tedu | ||||
* | remove ovbcopy support | 2013-06-11 | 1 | -1/+0 | |
| | | | | ok kettenis | ||||
* | fix an oft copied typo that i'm tired of looking at | 2013-06-03 | 3 | -3/+3 | |
| | |||||
* | Provide a correct version for little endian kernels... sigh | 2009-12-12 | 2 | -3/+13 | |
| | |||||
* | place a comment as to why these are otherwise empty | 2007-11-28 | 3 | -0/+3 | |
| | |||||
* | mips64 also needs memcpy.S, otherwise memcpy.c gets built, which conflicts | 2007-11-27 | 1 | -0/+0 | |
| | | | | | | with bcopy.S ok miod@ | ||||
* | mips64 needs at least these to build; spotted by jsing | 2007-11-26 | 2 | -0/+0 | |
| | |||||
* | libkern, begone. Move to a new mechanism where config(8)'s "file" | 2007-11-25 | 1 | -12/+0 | |
| | | | | | | | | | | | | 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.. | ||||
* | 64 bit safe over entire address range | 2004-10-08 | 5 | -69/+69 | |
| | |||||
* | Keep providing a 32bit only version of bzero() #ifdef _STANDALONE, as | 2004-09-21 | 1 | -3/+20 | |
| | | | | bootblocks are compiled as 32bit code. | ||||
* | slightly 64 bit improved | 2004-09-18 | 1 | -8/+8 | |
| | |||||
* | Changes for 64 bit kernel. Some functions needis to be rewritten or | 2004-09-09 | 8 | -16/+16 | |
| | | | | optimized to take advantage of full 64 bit width registers. | ||||
* | add missing copyright | 2004-08-13 | 8 | -9/+257 | |
| | |||||
* | mips64 now | 2004-08-11 | 11 | -0/+388 | |