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