summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/string.h
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [libc] Reduce size of memset()Michael Brown2015-02-171-1/+127
* [libc] Rewrite string functionsMichael Brown2015-02-171-18/+0Star
* [libc] Relicense x86 string.hMichael Brown2012-11-121-19/+24
* [libc] Fix and externalise memswap()Michael Brown2012-11-121-15/+2Star
* [libc] Reduce overall code size by externalising strlen()Michael Brown2012-11-121-12/+2Star
* [libc] Reduce overall code size by externalising strncmp()Michael Brown2012-11-121-21/+2Star
* [libc] Remove unnecessary "cld" instruction from memset()Michael Brown2012-11-121-11/+18
* [libc] Convert memcpy() from a macro to an inline functionMichael Brown2012-11-121-4/+24
* [libc] Reduce overall code size by externalising memmove()Michael Brown2012-11-121-23/+25
* [libc] Remove obsolete implementation of memcpy()Michael Brown2012-11-121-12/+0Star
* [string] Use 64-bit registers in assembly memswap() on x86_64Joshua Oreman2010-08-011-4/+4
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-051-0/+250