benpicco

Results 395 comments of benpicco

So just move `_start_search_rtr()`/`_stop_search_rtr()` to a public header?

@miri64 your comments have been addressed.

> In [this patch](https://lkml.org/lkml/2021/9/27/54) they set the FP regs manually from `uc_mcontext`. I think I need more context - how will the LoongArch UAPI help us here? Or do you...

It looks like #21283 improved things quite a bit there, not sure if the issue is entirely solved with that yet.

It's just a very simple, ad-hoc format. I added the description to `README.md`.

The *Department of Redundancy Department* would approve, but I don't see how this makes anything better. Our documentation already suffers from duplication in `@defgroup` and `@brief` which just looks odd...

Will this really simplify things? We still need the ```C if (gnrc_netif_netdev_legacy_api(netif) || (res != 0)) { _tx_done(netif, pkt, tx_sync, res, push_back); } ``` check regardless - even if we...

Isn't `netdev_legacy_api` essentially the same as the new API in blocking mode? So it would be easier getting rid of that than to clutter the code of the synchronous netdevs...

I see the problem with sprawling Readme files, but I think this is not the case here yet. Structure helps and this PR improves on that. Related Projects should be...

> Enabling slipmux raises the expectation that RIOT is now slipmux-draft compatible, which it wouldn't be. Plus, unlike other modules where the "base" module already provides value, the slipmux base...