User Details
- User Since
- Aug 2 2014, 8:08 AM (600 w, 1 d)
Yesterday
Sat, Jan 31
@cperciva : ping?
I passed it back to @guest-seuros so he can look at the diff, make any desired changes, and get credit for the diff once it lands.
I waited too long to look at this and the version in the ports tree is now 0.7.0: closing.
Fri, Jan 30
Remove redundant _interface I added in the tunable name
Fix accidental build break
- Clean up comments regarding this feature and clarify items about how the OSI gets installed/removed.
- Add a bootverbose message to note when the quirk does not apply, i.e., when the logic is run on non-Apple platforms.
- Hide the OSI install message behind bootverbose.
What was the directory at this point in the tests prior to this change?
This seems to me like a very reasonable change. Thank you!
Thu, Jan 29
Is there a way to look up whether or not rtc(4) is attached using the bus_(9) APIs instead of using this one-off sentinel?
@brooks : not sure if my tree is out of date, but I found a few more references of potential concern:
% rg -l '\(resultproc_t\)' worktree/main/ | sort worktree/main/contrib/netbsd-tests/lib/libc/rpc/t_rpc.c worktree/main/lib/libc/rpc/rpc_soc.c worktree/main/usr.bin/rpcinfo/rpcinfo.c worktree/main/usr.bin/rup/rup.c worktree/main/usr.bin/rusers/rusers.c worktree/main/usr.sbin/bootparamd/callbootd/callbootd.c worktree/main/usr.sbin/ypbind/ypbind.c
Do those need to be changed?
Merged to :main as rG46333229c6a0187ebf231805682ee0bceed704d1.
Tue, Jan 27
Does it make sense for FreeBSD to adopt the repo and maintain the component upstream like that :/?
Mon, Jan 26
Merged as D54436. Closing.
Sun, Jan 25
Definitely could be contributed upstream.
Wed, Jan 21
Would this please make this into a SYSCTL+TUNABLE? It would be nice if that's at all possible, because then you could do graphics switching post-boot. I don't know if it's possible, but it would be nice. macOS supports graphics switching dynamically at runtime/based on power states.
Also, are there any caveats associated with picking one of the GPUs over the other, e.g., one supports dual displays at a higher resolution, whereas the other only supports single displays at a lower resolution?
Sun, Jan 11
Is this behavior desirable? It seems very ambiguous to me...
Thu, Jan 8
Tue, Jan 6
Oof... that's a bit of an increase. Wonder if there's a way to improve things a bit more perf wise (I'd file a bug to track the investigation).
Mon, Jan 5
Abandoning as @mm is planning on cutting a new libarchive release soon which will include this fix (and others).
Ship it!
!ship-it-dog
sys/modules/asmc/Makefile: condense SRCS
I scrolled back several releases to see what our prior "Open Issues" sections look like.
BTW, isn't the proposed change what Errata Notes sort of do...?