- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 2 2016
Jul 1 2016
Jun 30 2016
Jun 29 2016
Are similar fixes needed elsewhere in the AQM code?
Jun 28 2016
Jun 23 2016
By switching to callout_drain() and removing the cleanup code from the callout, it should be possible to further simplify the code by getting rid of CALLOUT_RETURNUNLOCKED and removing the mtx_unlock() calls from the callout.
In D6928#145364, @hselasky wrote:It would be better to associate the callout with a mutex and use callout_async_drain() to catch the final teardown.
Jun 20 2016
Jun 15 2016
Jun 10 2016
Jun 8 2016
Jun 7 2016
Jun 6 2016
Jun 3 2016
Jun 2 2016
Jun 1 2016
May 30 2016
That looks correct to me.
May 29 2016
May 27 2016
May 26 2016
In D6572#138990, @cem wrote:I don't dislike the if() { } cleanup pattern on exit, even if it is impossible with today's code.
Does this code ever get compiled in userspace? Do the mem_alloc routines do the same thing there?
Looks fine to me.
May 25 2016
Match existing {} style
Closed by commit rS300686: Fix a couple of Coverity Unintended sign extension sign extension (authored by truckman).
Closed by commit : rS300685: Fix a couple of new instances of a false positive Coverity buffer (authored by truckman).
Clear cdb_storage before reusing it.