summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/mips64
AgeCommit message (Expand)AuthorFilesLines
2017-08-20Fix the __sync_* functions to make them work properlyvisa1-1/+21
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsvisa1-0/+317
2016-11-14Copy data by using 64-bit loads and stores rather than 32-bitvisa1-1/+53
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw1-1/+1
2013-06-13merged bcopy/memmove/memcpyderaadt3-129/+142
2013-06-11remove ovbcopy supportderaadt1-1/+0
2013-06-03fix an oft copied typo that i'm tired of looking attedu3-3/+3
2009-12-12Provide a correct version for little endian kernels... sighmiod2-3/+13
2007-11-28place a comment as to why these are otherwise emptyderaadt3-0/+3
2007-11-27mips64 also needs memcpy.S, otherwise memcpy.c gets built, which conflictsjsing1-0/+0
2007-11-26mips64 needs at least these to build; spotted by jsingderaadt2-0/+0
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt1-12/+0
2004-10-0864 bit safe over entire address rangepefo5-69/+69
2004-09-21Keep providing a 32bit only version of bzero() #ifdef _STANDALONE, asmiod1-3/+20
2004-09-18slightly 64 bit improvedpefo1-8/+8
2004-09-09Changes for 64 bit kernel. Some functions needis to be rewritten orpefo8-16/+16
2004-08-13add missing copyrightpefo8-9/+257
2004-08-11mips64 nowpefo11-0/+388