summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-04-25make things boot again, from martin.christos
2015-04-25Use explicit_memset to zero key material.riastradh
2015-04-25Sprinkle const into cgd crypto API.riastradh
2015-04-25Use tabs for indentation.pgoyette
2015-04-25Release the mutex in the error path.pgoyette
2015-04-24We only need the _cd when we are a module.christos
2015-04-24The sysmon_envsys module also depends on sysmon_power (for delivery ofpgoyette
2015-04-24Sync ixg(4) up to FreeBSD r250108:msaitoh
2015-04-24With new (corrected) configuration declarations file, the cdevsw ispgoyette
2015-04-24Update configuration definitions for new sysmonpgoyette
2015-04-24Remove a left-over debugging printf()pgoyette
2015-04-24This really does need to return an error code, so change thepgoyette
2015-04-24It's a function returning void; don't return an error code.agc
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2015-04-23Modularize sysmon and its componentspgoyette
2015-04-21Mark some variables __read_mostly.riastradh
2015-04-21Sort includes.riastradh
2015-04-21Xor, not ior, to combine bits of binuptime for rnd_counter.riastradh
2015-04-20Backout r1.18.kiyohara
2015-04-20Unbreak the build of spdmemozaki-r
2015-04-20Initial pass at supporting decode for DDR4.pgoyette
2015-04-18Remove some debugging printf()s that were erroneously committed.pgoyette
2015-04-18use unsigned type for flag bits.mlelstv
2015-04-18add "best match" algorithm to wsfont and use this instead of a privatemlelstv
2015-04-18Update attach/detach routines and provide MODULE interface.pgoyette
2015-04-17 Fix a bug that newer revision of I218-{LM,V} use wrong PHY access functions.msaitoh
2015-04-16CID 1293640/1 memory corruption/overrunchristos
2015-04-15add u-boot argument parser for Marvell ARMADA XP/370.hsuenaga
2015-04-15Register iwm(4) with pmf(9).nonaka
2015-04-14Forgot commit: Move another <sys/rndsource.h> to where it belongs.riastradh
2015-04-14Include <sys/rndsource.h> where it is actually used.riastradh
2015-04-14Add a new SDHC_FLAG, SDHC_FLAG_EXTDMA_DMAEN, which request that thebouyer
2015-04-14Move RND_EXTRACT_{ANY,GOOD} to rndpool.h whose API they are part of.riastradh
2015-04-14Make various things now private to kern_rndq.c static.riastradh
2015-04-14Sort includes.riastradh
2015-04-14Move substantive part of rnd_ioctl to kern_rndq.c.riastradh
2015-04-14Eliminate last two cases of u_int*_t in rndpseudo.c.riastradh
2015-04-14Use binuptime, not microtime/nanotime as substitute cycle counter.riastradh
2015-04-14Include rndpool.h, rndsource.h here because we use them.riastradh
2015-04-14Use rnd_add_data, not rndpool_mtx and rndpool_add_data.riastradh
2015-04-14 Fix a bug that ifconfig -z (SOICZIFDATA) doesn't work.msaitoh
2015-04-14Sync ixg(4) up to FreeBSD r243716:msaitoh
2015-04-13More rnd.h user cleanup.riastradh
2015-04-13Add required dependency on i2cexecpgoyette
2015-04-13sync with new acpica struct shuffling.christos
2015-04-13Missed a spot: <sys/rndsource.h> for if_cdcereg.h.riastradh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-04-13Add header guards and necessary includes.riastradh
2015-04-13Gather rnd-private declarations into <dev/rnd_private.h>.riastradh
2015-04-13If we're going to use the queue macros, use them as intended.riastradh