- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 29 2019
Sep 26 2019
Sep 19 2019
Sep 18 2019
Sep 17 2019
Add 8 and 16 bit [f]cmpset for armv4/5 (kernel only).
Sep 16 2019
Sep 15 2019
Sep 14 2019
I'm sorry about the long delay on this. I was originally just going to wait a few days until the changes got MFC'd to 12, then forgot all about it.
Sep 12 2019
Sep 10 2019
Sep 5 2019
Yep, this is much cleaner than the old code.
Sep 2 2019
Aug 29 2019
I think I just confused myself about the need for the pwm(9) entry while I was in the middle of doing a bunch of MFC stuff. Thanks for fixing it.
I never put either of those things in a commit message if there's a phab to cite, because it has all the details. But I think I'm in a minority about that. Anyway, no need to mention me in the commit at all. :)
Aug 28 2019
In D21450#466883, @0mp wrote:Get rid of _procname entirely. Just use procname in the whole run_rc_command.
IMO, the much easier fix is to change the call to bus_generic_attach() at the end of the ichsmb_attach() routine to:
Aug 16 2019
Aug 13 2019
Aug 11 2019
Aug 10 2019
Aug 6 2019
Aug 5 2019
Aug 2 2019
I wonder if a good option for this would be to install a symlink rather than hardlink, and don't replace an existing link. That way by default people get an objdump that's mostly compatible with the old one, and if they need full compatibility they can install the pkg and change the symlink to point to it.
Jul 30 2019
Jul 26 2019
Jul 25 2019
Jul 22 2019
Jul 21 2019
Jul 20 2019
Jul 18 2019
Jul 16 2019
Upon further reflection, I think the changes to iic(4) in this diff are correct and should be committed. The problem of iicbus_request_bus() returning an ambiguous mix of IIC_Exxxxx or errno values because of iicbus_poll() doing so is a separate problem and should be fixed separately.
Unfortunately, the comment that says "all iicbus functions return IIC_Exxxxx status values" is incorrect. There is one exception which screws up this whole error-translation thing: iicbus_poll() can return an errno and the rather important errno values it might return, EINTR and ERESTART, have no corresponding IIC_Exxxxx value they could be translated to so that they can later be translated back.
Jul 15 2019
Jul 13 2019
Jul 10 2019
Add some details to the manpage about the barrier and cache operations performed by arm_drain_writebuf().
Jul 9 2019
So far there was more commenting on mailing lists than here. Summarizing the feedback from both venues so far...
Jul 8 2019
Jul 7 2019
Use install to create the acct file with correct ownership and permissions instead of umask+touch.
Jun 27 2019
I love the clean simplicity of this after all the back and forth on mailing lists about markup languages and other complications that were far beyond this original simple vision.