Module Name:src
Committed By: jakllsch
Date: Wed Sep 9 14:49:27 UTC 2020
Modified Files:
src/common/lib/libc/arch/aarch64/string: strlen.S
Log Message:
Re-do previous aarch64eb strlen fix more simply and correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -
Module Name:src
Committed By: jakllsch
Date: Sat Sep 5 20:24:43 UTC 2020
Modified Files:
src/common/lib/libc/arch/aarch64/string: strlen.S
Log Message:
Fix a broken corner case of strlen()/strnlen() on aarch64eb
Previously a string such as "\x1\x1\x1\x1\x1\x1\x1" would c
Module Name:src
Committed By: ryo
Date: Sat Apr 11 05:12:52 UTC 2020
Modified Files:
src/common/lib/libc/arch/aarch64/string: bcopy.S memset.S
Log Message:
Fixed to not use the "br" instruction. Branch Target Identification (BTI)
doesn't like "br".
requested by maxv@
T
Module Name:src
Committed By: ryo
Date: Wed Aug 1 17:09:26 UTC 2018
Modified Files:
src/common/lib/libc/arch/aarch64/string: strlen.S
Log Message:
strnlen(s, (size_t)-1) returned -1. it must return the length of s.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -
Module Name:src
Committed By: ryo
Date: Mon Jul 9 06:07:06 UTC 2018
Modified Files:
src/common/lib/libc/arch/aarch64/string: memcmp.S
Log Message:
avoid reading from out of range that may cause access fault.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 sr
Module Name:src
Committed By: skrll
Date: Sun Feb 4 21:52:17 UTC 2018
Modified Files:
src/common/lib/libc/arch/aarch64/string: memcmp.S memcpy.S
Added Files:
src/common/lib/libc/arch/aarch64/string: bcopy.S memmove.S
Log Message:
Working / new versions from Ryo Sh
Module Name:src
Committed By: ryo
Date: Tue Aug 29 15:00:23 UTC 2017
Modified Files:
src/common/lib/libc/arch/aarch64/string: memset.S
Log Message:
* aarch64/memset.S didn't work! fixed some bugs.
* maximum size of DCZID_EL0:BS (2048) supported.
To generate a diff of thi
Module Name:src
Committed By: ryo
Date: Tue Aug 22 06:45:08 UTC 2017
Modified Files:
src/common/lib/libc/arch/aarch64/string: strlen.S
Log Message:
aarch64/strlen.S didn't work. fixed some bugs.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/l