| Age | Commit message (Expand) | Author |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-09-12 | fix spl issues, found by brainy. | christos |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-05-17 | Modularize the spkr(4) driver (i386 and amd64 only). Adapt parent | pgoyette |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2015-04-23 | Update module dependencies for all the existing modules that depend on sysmon... | pgoyette |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-08 | Add missing newlines... | msaitoh |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-08-16 | Add support for Spatializer, 3D audio effects embedded in ES1869 | nakayama |
| 2014-08-15 | Remove redundant colon. | nakayama |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-04-08 | Add __diagused. | hannken |
| 2014-04-03 | GCC 4.8 build fixes from John D. Baker | mrg |
| 2014-03-23 | fix unused | christos |
| 2014-03-23 | remove unused | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 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 |