| Age | Commit message (Expand) | Author |
| 2022-08-20 | fwip_async_output(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-07-03 | s/bounaries/boundaries/ in comments. | andvar |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-04-12 | s/sould/should/ and s/shoud/should/ | andvar |
| 2022-01-25 | fix various typos in comments. | andvar |
| 2021-12-20 | ieee1394: Need kernel lock around config_found. | riastradh |
| 2021-12-05 | s/transcat/transact/ in comment. | msaitoh |
| 2021-12-05 | availabe -> available in comment. | msaitoh |
| 2021-11-10 | s/avaliable/available/ | msaitoh |
| 2021-10-04 | follow fcambus steps by fixing typos for "unknown" in few more error messages. | andvar |
| 2021-08-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2021-08-21 | s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recomme... | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-12 | convert union member from [0] array to [3] array, so that attempts | mrg |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-28 | Fix operand priority of bit op vs ternary operator. | joerg |
| 2019-10-15 | Use unsigned to avoid undefined behavior. Found by kUBSan. | msaitoh |
| 2019-09-23 | Remove unused assignment. Found by the lgtm bot. | maxv |
| 2019-05-28 | s/recieve/receive/ | msaitoh |
| 2018-12-13 | Fix fwdma_free() for when bus_dmamap_unload() clobbers the dmamap. | jakllsch |
| 2018-11-15 | Remove the 't' argument from m_tag_find(). | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-03-31 | Listed UniNorth device is in fact the UniNorth 2 interface, rename. | sevan |
| 2017-06-25 | memory leak, found by Mootja; it seems that we should check the return | maxv |
| 2016-11-21 | Let's try initializing the pointers *before* dereferencing them! | riastradh |
| 2016-11-20 | KASSERT(mutex_owner(...)) ---> KASSERT(mutex_owned(...)) | riastradh |
| 2016-11-20 | Kill some more tsleep. | riastradh |
| 2016-11-20 | Defer initialization of isodma channels until we know how many. | riastradh |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2014-11-21 | No reason not to make the string const. | joerg |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-09-21 | ran sed too agressively. | christos |
| 2014-09-21 | fix cut-n-paste, use arrays instead of separate variables to avoid code | christos |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-03-28 | Fix build. | htodd |
| 2014-03-28 | Deal with snprintf more gracefully. | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-10-16 | add missing ifdefs | christos |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2013-09-15 | Remove unused variables | martin |
| 2013-09-12 | Make it compilable with gcc 4.8.1 | martin |
| 2013-04-07 | Add '\n' to tail of printing string. | kiyohara |
| 2012-08-05 | ...and be sure to config_pending_decr if kthread_create fails. | riastradh |
| 2012-08-05 | Restore config pending stuff, adjusted to avoid the race. | riastradh |
| 2012-08-04 | Fix error branches and config pending races in firewire init. | riastradh |