summaryrefslogtreecommitdiff
path: root/com32/lib/mempcpy.S
Commit message (Collapse)AuthorAgeFilesLines
* Global whitespace cleanup.H. Peter Anvin2009-04-201-1/+1
| | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* Aligning memcpy/memmove/mempcpy/memset for libcom32H. Peter Anvin2008-06-061-22/+71
| | | | Aligning versions of memcpy/memmove/mempcpy/memset for libcom32.
* Drop unnecessary CLD instructions.H. Peter Anvin2008-03-031-1/+0
| | | | | | The EFI ABI spec states that DF=0 on ABI boundaries, and gcc expects this. Assume it is safe to rely upon everywhere; drop unnecessary cld instructions, except on entry and (obviously) after std.
* mempcpy(): correct naming of the mempcpy() functionH. Peter Anvin2008-02-101-4/+4
| | | | | All the internal symbols in mempcpy.S were "memcpy", which is obviously wrong.
* Add sha256crypt and sha512crypt; not yet enabledH. Peter Anvin2007-11-091-0/+37
Add support for sha256crypt and sha512crypt to the library. Not yet included in the menu system, need to decide if it's worth 10K or if the code can be realistically compacted.