| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-01-03 | If you're going to build this driver as a module, make sure that it | pgoyette |
| 2013-12-26 | Also disable MCR4INT in ubsec_detach() when appropriate. | bad |
| 2013-11-17 | Add support for BCM5825, and BCM5860, 5861, 5862 from OpenBSD rev 1.143: | bad |
| 2013-11-17 | Create the sysctl variables on module initialization. | bad |
| 2013-11-17 | Make ubsec(4) loadable as kmod. | bad |
| 2013-11-17 | Fix locking botch. Callers of ubsec_rng_locked() lock and release sc_mtx alre... | bad |
| 2013-11-17 | Use callout_setfunc()/callout_schedule() instead of callout_reset(), it is ch... | bad |
| 2013-06-13 | Convert the entropy pool framework from pseudo-callout-driven to | tls |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-01-30 | Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} | drochner |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-05-12 | use device_private(). | cegger |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-12-19 | use M_ZERO on malloc() and remove subsequent bzero(). | cegger |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-02-02 | From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unless | tls |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-11-25 | - De-couple the software crypto implementation from the rest of the | thorpej |
| 2005-06-28 | Use ANSI function decls and static. | thorpej |
| 2005-05-30 | - const poisoning | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2003-08-28 | * Make matching and chip info table-driven. | thorpej |
| 2003-08-27 | Fix some diagnotic printfs. | thorpej |
| 2003-08-21 | Remove #ifdef _OpenBSD__ code which sets the softc pointer `sc' by | jonathan |
| 2003-08-01 | Preliminary port of merged OpenBSD/FreeBSD ubsec driver for Bluesteel | jonathan |