summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-04-14Move substantive part of rnd_ioctl to kern_rndq.c.riastradh
2015-04-14Omit unused rndsource `anonymous'.riastradh
2015-04-14Remove null pointer dereference in the code that never worked before...riastradh
2015-04-14Eliminate remaining cases of u_int*_t in 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-14No need for <sys/rnd.h> here either. Missed this one yesterday too.riastradh
2015-04-14Need only <sys/rndsource.h>, not <sys/rnd.h>.riastradh
2015-04-14Use rnd_add_data, not rndpool_mtx and rndpool_add_data.riastradh
2015-04-14Fix comment.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-14Include rndio.h for missing defines.nat
2015-04-14Include sys/rndsource.h for rnd_add_data.nat
2015-04-14Fix typo expliict -> explicit.nat
2015-04-13Use explicit_memset.riastradh
2015-04-13Omit needless declaration.riastradh
2015-04-13Cull another unused rndpool routine.riastradh
2015-04-13Cull some unused rndpool routines.riastradh
2015-04-13Remove remaining includes from <sys/rnd.h>.riastradh
2015-04-13Include <sys/rndsource.h> for rnd_add_data.riastradh
2015-04-13More rnd.h user cleanup.riastradh
2015-04-13Add required dependency on i2cexecpgoyette
2015-04-13Update module dependencies:pgoyette
2015-04-13Limit <sys/rndsource.h> include to kernel.riastradh
2015-04-13Oops -- install <sys/rndio.h> now that ioctls live there.riastradh
2015-04-13Fix location of comment for MIN/MAX.riastradh
2015-04-13Missed a spot: rnd.h -> rndsource.h.riastradh
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2015-04-13sync with new acpica struct shuffling.christos
2015-04-13update for new acpicachristos
2015-04-13resolve conflicts.christos
2015-04-13----------------------------------------christos
2015-04-13Omit needless <sys/rnd.h>.riastradh
2015-04-13Convert remaining MI <sys/rnd.h> stragglers. Many MD ones left.riastradh
2015-04-13<sys/rnd.h> -> <sys/rndsource.h> in kern_todr.c.riastradh
2015-04-13<sys/rnd.h> not needed for kern_pax.c.riastradh
2015-04-13<sys/rnd.h> not needed for pf_norm.c.riastradh
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-13Need <sys/rndsource.h>, not <sys/cprng.h>, for rnd source stuff.riastradh
2015-04-13Add pmap locking to pmap_kenter_pa/kremovematt
2015-04-13Convert arch/x86 to use <sys/rnd*.h>. Omit needless includes.riastradh
2015-04-13<sys/rndsource.h> needs <sys/rndio.h> for RND_TYPE_*, RND_FLAG_*.riastradh
2015-04-13Omit needless include of <sys/fcntl.h> from <sys/cprng.h>.riastradh
2015-04-13cprng_strong(kern_cprng, ...) never blocks, pass 0 for flags.riastradh
2015-04-13Remove bogus #include <sys/rnd.h> from <sys/cprng.h>.riastradh
2015-04-13Add header guards and necessary includes.riastradh
2015-04-13Split <sys/rnd.h> into several header files.riastradh