| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
| |
|
|
| |
Aligning versions of memcpy/memmove/mempcpy/memset for libcom32.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
| |
All the internal symbols in mempcpy.S were "memcpy", which is
obviously wrong.
|
|
|
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.
|