| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-11-08 | fix unused variable warnings | christos |
| 2013-11-04 | use __USE for debug variable | christos |
| 2013-10-18 | Delete unused function | apb |
| 2013-06-10 | adjust soekrisgpio driver to NetBSD | kardel |
| 2013-06-10 | Import of proposed patch to OpenBSD for supporting GPIO and status | kardel |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2012-12-17 | No need to include machine/pio.h now that inb() and outb() are no longer used. | mbalmer |
| 2012-12-17 | Fix the CVS Id marker. | mbalmer |
| 2012-12-16 | ptcd(4) is a device driver for the cash drawer port found on Protech PS3100 | mbalmer |
| 2012-11-15 | Add support for ITE8720F by Nat Sloss. PR#47169. | msaitoh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-08-14 | Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4), | jruoho |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-04-29 | Patch out the 'struct malloc_type' from the isa_dma alloc routines. | dsl |
| 2012-04-09 | Tidy up a little, the way that midi attachment code works | plunky |
| 2012-04-06 | device_pmf_is_registered() is not required | plunky |
| 2012-04-06 | device_pmf_is_registered() is not required | plunky |
| 2012-04-05 | move the pmf_device_register() for midi.c and midi_pcppi.c to midi_attach() | plunky |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2012-02-06 | PR/45932: Add missing braces... This will probably fix interrupts too! | christos |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-02-01 | Use C89 prototypes. | matt |
| 2012-01-22 | add a tpm driver from bsssd.sourceforge.net | christos |
| 2012-01-18 | wbsio(4) rescan support. | jakllsch |
| 2012-01-18 | Improve module dependency list. | jakllsch |
| 2012-01-18 | Improve module dependencies, clean up old #if 0 code. | jakllsch |
| 2012-01-17 | update for wbsio and lm changes | jakllsch |
| 2012-01-17 | Make this compile. | jakllsch |
| 2012-01-17 | No module dependencies are denoted with NULL. Pointed out by jmcneill. | jakllsch |
| 2012-01-17 | Modularize lm_isa and lm_wbsio, splitting the common part out | jakllsch |
| 2012-01-17 | Add module glue. | jakllsch |
| 2012-01-17 | Add and enable detachment and child detachment functions. | jakllsch |
| 2012-01-17 | Add NULL pmf handlers. | jakllsch |
| 2011-12-07 | Initialize the opl softc lock pointer to the parent's interrupt lock. | jakllsch |
| 2011-12-05 | make joy code consistent (avoid games with pointers), and fix the isa softc | christos |
| 2011-11-26 | stopgap fix to avoid panic due to recursive locking if the keyboard beep | drochner |
| 2011-11-25 | KASSERT(!mutex_owned(...)) is not kosher. | riastradh |
| 2011-11-25 | Make locking in pcppi_pckbd_bell() work. Works around locking problems | jakllsch |
| 2011-11-24 | This hopefully completes the audiomp conversion of cms(4). | jakllsch |
| 2011-11-24 | Make this compile without warnings. | jakllsch |
| 2011-11-24 | put back IPL_AUDIO and splaudio(), at the request of rmind. they are | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-08-07 | Appease _LP64 build with GCC 4.5. | jakllsch |
| 2011-07-31 | The Fintek base address registers implement the bottom 3 bits as read/write, | jakllsch |
| 2011-07-31 | modularize and recognize ASUS F8000 Super I/O chips | jmcneill |