User Details
- User Since
- May 16 2014, 7:29 PM (550 w, 1 d)
Wed, Nov 27
Closed by 09ef5387
Fri, Nov 22
Wed, Nov 20
Fri, Nov 15
Should this also be applied to stand/powerpc/boot1.chrp/bootinfo.txt?
Thu, Nov 14
Wed, Nov 13
Tue, Nov 12
Fri, Nov 8
Thanks!
Thu, Nov 7
Ping, anyone?
Tue, Nov 5
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.
May 3 2024
May 2 2024
Apr 30 2024
Apr 15 2024
Address feedback.
Apr 11 2024
Apr 9 2024
Apr 5 2024
Committed by @stevek in 3bbe8ed1a7 (D44535)