summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/mips64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the __sync_* functions to make them work properlyvisa2017-08-201-1/+21
* Enable radeondrm(4) on loongson to get accelerated graphicsvisa2017-05-211-0/+317
* Copy data by using 64-bit loads and stores rather than 32-bitvisa2016-11-141-1/+53
* Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw2015-01-191-1/+1
* merged bcopy/memmove/memcpyderaadt2013-06-133-129/+142
* remove ovbcopy supportderaadt2013-06-111-1/+0
* fix an oft copied typo that i'm tired of looking attedu2013-06-033-3/+3
* Provide a correct version for little endian kernels... sighmiod2009-12-122-3/+13
* place a comment as to why these are otherwise emptyderaadt2007-11-283-0/+3
* mips64 also needs memcpy.S, otherwise memcpy.c gets built, which conflictsjsing2007-11-271-0/+0
* mips64 needs at least these to build; spotted by jsingderaadt2007-11-262-0/+0
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-251-12/+0
* 64 bit safe over entire address rangepefo2004-10-085-69/+69
* Keep providing a 32bit only version of bzero() #ifdef _STANDALONE, asmiod2004-09-211-3/+20
* slightly 64 bit improvedpefo2004-09-181-8/+8
* Changes for 64 bit kernel. Some functions needis to be rewritten orpefo2004-09-098-16/+16
* add missing copyrightpefo2004-08-138-9/+257
* mips64 nowpefo2004-08-1111-0/+388