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