User Details
- User Since
- Apr 11 2018, 9:05 PM (269 w, 8 h)
Jun 7 2018
- Improved size checking
Jun 6 2018
Changed to reflect the correct behavior of OF_getencprop().
A patch to fix ofw_fdt_getprop() was submitted as D15680.
- Removed extra printf param
- Improved linux,initrd-{start,end} length checking
Jun 5 2018
Rework after comments
Removed dummy comment
After further investigation, linux,initrd-start/end are always 32-bit values
Jun 4 2018
May 28 2018
May 24 2018
- Added PT_GETVSRREGS/PT_SETVSRREGS to ptrace man pages
May 21 2018
May 16 2018
May 9 2018
Fixing diff in revision
- memcpy optimization for powerpc64
- moved vsx detection to C code (#3)
- added license
- set bcopy_has_vsx to 0 during vsx test and use elf_aux_info()
May 7 2018
Made changes according to review comments.
- Separated libc restriction- and rtld-related changes
- Removed unnecessary MK_TOOLCHAIN check
May 3 2018
Apr 26 2018
Apr 25 2018
Apr 24 2018
The fix for the stack protection issue was merged to main (D15173), so now this diff is ready to be considered for merging as well.
@kib, I added them just because this showed up while working on an optimization for powerpc64, and at the time I didn't know who I should add as reviewer. Please feel free to commit this.
- addressed review comments
Apr 23 2018
Use elf_aux_info() for VSX check and set bcopy_has_vsx during the check to avoid infinite loop
For this to work, I had to make changes to the stack guard setup code - I'll post those in a separate review.
Apr 18 2018
Moved VSX detection to C code - now it should be simpler to migrate to ifunc's in the future.
Changed to /* */ - style comments.
Removed unnecessary references to %cr0.