| Commit | Date | |
|---|---|---|
|
[d34132]
by
* Fixed typeo lib/error.c EFI_WARN_UNKNOWN_GLYPH definition. Signed-off-by: Nigel Croxon <ncroxon@...> |
2019-01-09 12:03:46 | Tree |
|
[5d0d53]
by
Fix typeo in efierr.h EFI_WARN_UNKNOWN_GLYPH definition. Signed-off-by: Nigel Croxon <ncroxon@...> |
2019-01-08 16:19:25 | Tree |
|
[5bb503]
by
Set '\0' properly in StrnCpy() The arguments to SetMem() were wrong. Besides, SetMem() should start at Signed-off-by: Gary Lin <glin@...> |
2018-10-09 10:35:21 | Tree |
| 2018-10-11 12:46:29 | Tree | |
|
[ba2505]
by
Implement StrnCat() without StrnCpy() StrnCpy() doesn't guarantee the dest string will be null-terminated, so Signed-off-by: Gary Lin <glin@...> |
2018-10-11 04:02:27 | Tree |
|
[6058ff]
by
Set '\0' properly in StpnCpy() The arguments to SetMem() were wrong. Besides, SetMem() should start at Signed-off-by: Gary Lin <glin@...> |
2018-10-11 08:10:26 | Tree |
|
[85f1c7]
by
Fix conversion from 'UINTN' to 'UINT8' warnings * MSVC generates two of the following in rtstr.c: |
2018-04-24 12:45:11 | Tree |
|
[fc5af9]
(3.0.8)
by
Bump revision from VERSION = 3.0.7 to VERSION = 3.0.8 Signed-off-by: Nigel Croxon <ncroxon@...> |
2018-03-14 18:54:51 | Tree |
|
[b030bf]
by
Add debug helper applications Add debug helper applications. Signed-off-by: Peter Jones <pjones@...> |
2018-03-13 19:20:35 | Tree |
|
[656e49]
by
Call ar in deterministic mode. We need the x86_64 and i686 builds of .a's to be the same, and that v2: use "ar rvD" not "ar rv -D". It's a wonder anybody ever gets these command line options right, if v3: Add a bunch of junk to try to set timestamps to 0 manually For some reason I'm still getting timestamps in the .a even though ar seems to v4: go back to v2, the problem isn't in the make process. "ar rDv" works just fine, but /usr/lib/rpm/redhat/brp-strip-static-archive is Nobody should ever have to run "strace -ttt -v -f -o make.strace make all", Related: rhbz#1310782 Signed-off-by: Peter Jones <pjones@...> |
2018-03-13 19:20:34 | Tree |