summaryrefslogtreecommitdiff
path: root/sys/dev/i2o
AgeCommit message (Expand)Author
2007-06-16- Merge changes from the vmlocking branch.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-15Replace some uses of lockmgr() / simplelocks.ad
2007-01-13Fix uninitialised warnings. All are false positives, except one which wascube
2006-12-02Change kauth(9) KPI for kauth_authorize_device_passthru() to add anotherelad
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-08Replace securelevel checks with kauth(9) calls.elad
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04fix empty if.christos
2006-10-04fix empty ifchristos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-08-30- fix initializerschristos
2006-08-30fix incomplete initializers.christos
2006-08-27undo previous. Andy says the struct is used in pkgsrc.christos
2006-08-27Sprinkle _KERNEL.christos
2006-08-23Acting as Elad's keyboard:christos
2006-04-14Coverity CID 1532: Off-by-one array overrun.christos
2006-04-14Coverity CID 1081: Avoid NULL deref.christos
2006-03-29Use device_private().thorpej
2006-03-28Use device_unit().thorpej
2006-03-27A device that has just been detached can't be reconfigured. Coverity ID 2674.bouyer
2006-03-25Use device_parent().thorpej
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2005-12-11merge ktrace-lwp.christos
2005-11-24Initialize "mapped" before any of the "goto"'s, so we're not testing anfredb
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-05-30add constchristos
2005-05-30avoid variable shadowing.christos
2005-05-02split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx.yamt
2005-02-27nuke trailing whitespaceperry
2005-02-26Remove an erroneous semicolon.simonb
2005-01-31Eliminate use of M_HASFCS.thorpej
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-09-15oops, another typo, should fix report by tayadrochner
2004-09-15actually pass the locators,drochner
2004-09-13a round of autoconf cleanup:drochner
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-04-22sprintf -> snprintfitojun
2004-04-19Spell removable with only two es. Inspired by jmc@openbsd.wiz
2003-12-09Grab the configuration lock when handling I2ORESCANCMD.ad
2003-12-09Match Promise controllers.ad
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-29Reorder, eliminating a bogus initializer.mycroft
2003-10-25Fix the previous differently.mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr