User Details
User Details
- User Since
- Jan 27 2020, 8:06 AM (263 w, 2 h)
May 31 2024
May 31 2024
mohd.akram_outlook.com added a comment to D45418: WPA: Allow CLOCK_BOOTTIME and CLOCK_MONOTONIC to #define the same.
Is the second ifdef change correct (or needed)? I think both clauses will get ifdef'd out this way if CLOCK_BOOTTIME == CLOCK_MONOTONIC.
May 30 2024
May 30 2024
mohd.akram_outlook.com added a comment to D39270: Redefine CLOCK_BOOTTIME to alias CLOCK_MONOTONIC, not CLOCK_UPTIME.
What happened with this change? The current situation is really confusing. Linux is wrong IMO about MONOTONIC not increasing during sleep time. They tried to fix it but then reverted it. Regardless, CLOCK_BOOTTIME cannot be relied on in FreeBSD if it does something different than on Linux. It needs to do the same thing.
Feb 3 2020
Feb 3 2020
mohd.akram_outlook.com added a comment to D23248: Update installation instructions for KDE Plasma.
The echo "exec ck-launch-session startkde" > ~/.xsession underneath was missed.