User Details
- User Since
- May 16 2014, 7:29 PM (557 w, 3 d)
Dec 16 2024
Abandoned in favor of D48064.
Dec 13 2024
LGTM
Dec 12 2024
Dec 10 2024
Actually update the date...
Update date.
Address feedback. Also ran mandoc -T lint over it, and fixed existing lint errors.
Dec 5 2024
Dec 1 2024
Nov 27 2024
Closed by 09ef5387
Nov 22 2024
Nov 20 2024
Nov 15 2024
Should this also be applied to stand/powerpc/boot1.chrp/bootinfo.txt?
Nov 14 2024
Nov 13 2024
Nov 12 2024
Nov 8 2024
Thanks!
Nov 7 2024
Ping, anyone?
Nov 5 2024
Oct 31 2024
Oct 28 2024
Oct 24 2024
Oct 11 2024
Oct 2 2024
Sep 26 2024
Sep 25 2024
Put it in the right place.
Sep 14 2024
Sep 9 2024
Sep 5 2024
Aug 27 2024
Ping? I think I addressed all feedback, but may have missed something.
Jul 11 2024
Jun 25 2024
Jun 21 2024
Jun 20 2024
Jun 19 2024
Jun 18 2024
- Remove unnecessary code
- linux_exec_setregs() is identical to exec_setregs(), so dedup. Could dedup even more, too.
- style(9) some bits
Fix the build
Address feedback. Add new linux_ioctl_handler for powerpc-specific TTY ioctls.
Jun 16 2024
Jun 14 2024
Jun 10 2024
Address style feedback.
Jun 5 2024
Jun 3 2024
Jun 2 2024
From a (very) quick check, it looks like the same change in amd64 should be made to mmu_radix for powerpc.
May 22 2024
May 21 2024
The only time this makes a difference is if the sizes of bus_addr_t and bus_size_t are different, and I don't have any test hardware where that's the case and I can test TPM. (Only hardware I have where that's the case is ppc Book-E, but that doesn't have a TPM).
May 20 2024
May 17 2024
May 16 2024
May 15 2024
Given that all(?) other ethernet drivers unconditionally ETHER_BPF_MTAP() (so, ether_bpf_mtap_if()) if we're worried about the bpf being NULL it's probably better for the check to be in ether_bpf_mtap_if() anyway, letting the netstack deal with that.
May 13 2024
May 12 2024
PPC LGTM. If you haven't, test a buildkernel with MPC85XX (powerpc) and QORIQ64 (powerpc64) just to be safe.
May 10 2024
May 9 2024
Address @kd's feedback.
May 8 2024
LGTM, though I didn't compile it.