User Details
- User Since
- May 16 2014, 7:29 PM (417 w, 4 d)
Today
Fix return on suword() failure.
Further address @kib's feedback.
Yesterday
Address @kib's comments. Looks nicer now.
Mon, May 16
Abandoning in favor of another way.
Sat, May 14
I wasn't sure about adding new functions to libraries in stable/ branches, particularly to notify ports of the existence. I see now that stable/13 has the FBSD_1.7 in the top level Symbol.map anyway, so no issue.
Fri, May 13
Thu, May 12
If the syscall bitset is limited to just cpuset, the syscall boundary would be better, yeah. I couldn't tell up front if it was limited to this, but on further inspection it looks like it is restricted to just cpuset, so I'll go that route instead.
Wed, May 11
Thu, Apr 28
It was probably not included already because there's little need for wifi in powerpc64 machines.
Wed, Apr 27
Apr 14 2022
It's not required in the !AIM case. This function won't even get called in the !AIM case. I think at some point we'll need to clean up that file and split the AIM and !AIM into their respective files.
Yeah, just move it under the BOOKE_E500 block.
It could be removed, and added back later. The goal was to be able to handle some machine checks as needed, but none have been needed yet.
The mfmsr is required, because if you look at line 763/764 it's doing a mtmsr of (msr | PSL_POW). It *could* be replaced with the mfmsr() in each instance of the mtmsr (inline function and the asm), but that's redundant.
Apr 12 2022
Anything new on this?
Mar 21 2022
Mar 16 2022
Mar 15 2022
Mar 14 2022
Feb 14 2022
Feb 10 2022
Feb 3 2022
Jan 14 2022
Jan 6 2022
Jan 4 2022
Dec 23 2021
Dec 22 2021
Dec 15 2021
Dec 10 2021
Thanks for updating this!
Dec 9 2021
Nov 23 2021
Thanks for adding this!
Nov 2 2021
Oct 20 2021
Oct 19 2021
Oct 8 2021
Oct 1 2021
Sep 27 2021
Sep 24 2021
Sep 15 2021
Don't forget to update the commit message, with the latest changes you made.
Sep 14 2021
Sep 13 2021
Sep 6 2021
Sep 4 2021
Sep 1 2021
Glad to see you solve the last piece of this puzzle!
Aug 12 2021
Jul 28 2021
Jun 17 2021
Looks fine to me.
Jun 16 2021
Jun 6 2021
May 30 2021
May 29 2021
May 17 2021
May 11 2021
May 6 2021
May 3 2021
Address @alfredo's feedback
May 1 2021
Is this still needed? We've had ifuncs for a year now, with no problems.
Address @bdragon's feedback.