Tue, Dec 10
Jul 2 2024
Jun 27 2024
Mar 12 2024
@bcr Do you have any objections on behalf of core@? As I am removing some stale members I was also looking forward for core's approval.
Mar 10 2024
Oct 21 2022
Aug 26 2022
patch ready and tested at PR 265632
Aug 25 2022
it works same way for a legion 5 intel version:
Jun 26 2022
Mar 25 2022
Jan 25 2022
I'm trying to get sound from my speakers on a Lenovo 5 (intel i7), headphones works ok.
Jan 23 2022
Jun 1 2021
FWIW, splice: https://reviews.freebsd.org/D30597
May 26 2021
May 25 2021
we have so many such unfinished things
Why do we need it? All the BSD's seem to exist without splice() just fine?
The most pressing issue is the incomplete pthread support notably with FUTEX_LOCK_PI and FUTEX_UNLOCK_PI and friends.
https://wiki.freebsd.org/Linuxulator#Roadmap, pi is not the key, we have so many important holes
It's literally the second item on that list, for example pulseaudio hard crashes because it's not there. I have started but it's pretty hard, I wonder if anyone can help?
FWIW, splice(2) can be a wrapper around copy_file_range(2). We should also have a fallback from sendfile(2) to splice(2), for when it fails with ENOTSOCK. This is one of the things that break Mono.
I don't think they are even usable, since the core file is in FreeBSD format that linux gdb can't parse, and confuse the freebsd gdb because it's a linux process/elf.
we have so many such unfinished things, like arm linuxulator, splice sys call....
Yes, about splice, I was thinking we could just use a regular copy and be done with it. It wouldn't be that hard to implement, I can possibly look at it.
Encountered in the crash handler of 'kodi'. Kodi still crashes, but at least the crash handler doesn't seem to crash anymore.
Is there a way to config git to do that by default? It's annoying to do every time.
May 24 2021
hi, what is the purpose for this? it will be used read only. so what is the program depend on it?
For future uploads please include full context by using e.g. git show -U99999 <hash> - see https://wiki.freebsd.org/Phabricator for details