| Age | Commit message (Expand) | Author |
| 2014-02-19 | - don't read beyond array bounds | macallan |
| 2013-11-05 | do what cuda does - if we read garbage from the RTC try a few more times | macallan |
| 2013-07-30 | Strip redundant parenthesis. | joerg |
| 2013-04-28 | make this work on G5 | macallan |
| 2013-04-25 | map more register space on Shasta/K2, needed for SMU mailbox registers | macallan |
| 2013-04-17 | support Shasta | macallan |
| 2012-11-02 | My PowerMac3,1 is using gpio4 to detect a connected headphone, and I would bet | phx |
| 2012-11-01 | - apply limits consistently | macallan |
| 2012-10-31 | implement limits and support event monitoring | macallan |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-09-18 | fix typo | macallan |
| 2012-09-06 | - make the charge state sensor actually do something | macallan |
| 2012-09-06 | only register a PMU callback when we're actually monitoring and reporting | macallan |
| 2012-09-05 | split the envsys sensors into two devices - one SME_CLASS_ACADAPTER and one | macallan |
| 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-24 | Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 and | jakllsch |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-07-15 | Some namespace protection (and add greppablity). | dsl |
| 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-05-23 | malloc -> kmem_alloc | macallan |
| 2012-05-23 | cleanup, remove debug goo | macallan |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-02-01 | Use C89 function prototypes. | matt |
| 2012-01-24 | drivers to support the onboard video circuitry found in for example the | macallan |
| 2011-12-13 | Match adm1030 too in dbcool_ki2c_match. | riastradh |
| 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-10-26 | more device/softc splitting | macallan |
| 2011-10-19 | add cpufreq support | macallan |
| 2011-08-01 | sanitize sysctl interface in order to appease gcc 4.5 | macallan |
| 2011-08-01 | According to the Oxford Dictionary of Etymology, a wether is a male sheep | mbalmer |
| 2011-07-26 | finish device_t-ification | macallan |
| 2011-07-10 | Initialize sensor state. (Missed the commit for this in my last | pgoyette |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | Modify mapiodev to take a third argument indicating whether the space | matt |
| 2011-06-18 | struct device * -> device_t | matt |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-03-16 | change the CPU speed sysctl to look more like the ACPI ones, as in | macallan |
| 2011-02-20 | bus_spacify, while there explicitly un-mute the headphone output when using | macallan |
| 2010-12-22 | we need uvm_extern.h now | macallan |
| 2010-12-20 | The driver didn't work, because it expects the whole data packet in a | phx |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-12-16 | finish device_t-ification, now it works again | macallan |
| 2010-12-10 | return the right values for ioctl(WSKBDIO_GTYPE) and ioctl(WSMOUSEIO_GTYPE) | macallan |
| 2010-12-05 | The gpio children have either register offsets based on gpio or on obio. | phx |
| 2010-12-01 | Follow up the changes done to wivar.h -- the consequence here is that | he |