| Age | Commit message (Expand) | Author |
| 2020-12-19 | Use sel{record,remove}_knote(). | thorpej |
| 2020-10-30 | c99 struct initializers | christos |
| 2020-10-25 | Normalize some machine dependent CPU frequenct sysctl variables. | nia |
| 2020-10-20 | le(4): add link status change reporting to drivers which support it | roy |
| 2020-09-12 | respond to keyboard brightness control PMF events | macallan |
| 2020-08-08 | add support for the onewire bus found in some macs, namely Quicksilver. | macallan |
| 2020-07-14 | Adapt to new proplib API | martin |
| 2020-07-14 | Adapt to new proplib API | martin |
| 2020-07-04 | - Adjust location of \n in attach message. | rin |
| 2020-07-02 | add $NetBSD: | macallan |
| 2020-07-02 | proplib API catchup | macallan |
| 2020-06-12 | more proplib API catchup | macallan |
| 2020-04-23 | make this work properly: | macallan |
| 2020-04-23 | drop openfirm.h include | macallan |
| 2020-04-16 | Revert previous for now: | rin |
| 2020-04-16 | Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by | rin |
| 2020-04-11 | don't try to read a 32bit property into a uint8_t. | macallan |
| 2020-02-06 | listen to PMF events in order to turn off keyboard lights when the lid is | macallan |
| 2020-02-04 | Convert a few more drivers to the if_stats interface | martin |
| 2020-02-04 | Adopt <net/if_stats.h> | skrll |
| 2020-01-10 | add driver for the ambient light sensor / keyboard light controller found in | macallan |
| 2020-01-09 | defflag KI2C_DEBUG | macallan |
| 2020-01-09 | if we have more than one i2c-bus node, look for children on both | macallan |
| 2019-12-27 | s/expresion/expression/ in comment. | msaitoh |
| 2019-12-22 | Cleanup i2c bus acquire / release, centralizing all of the logic into | thorpej |
| 2019-12-11 | Synchronize htdocs, manual, comments, and code so that enabling the platinumf... | scole |
| 2019-12-05 | Revert if_mc.c rev. 1.25. It's not required to check ifm->ifm_cur->ifm_media | msaitoh |
| 2019-12-04 | Fix macppc/dev/if_mc.c::mc_mediachange(). Not tested. | msaitoh |
| 2019-11-23 | don't invalidate sensors every time we fail to read fan speeds | macallan |
| 2019-11-22 | report fan speeds | macallan |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-11-01 | the beginning of a driver for the 'Psoc' fan controller found in my 1GHz | macallan |
| 2019-09-20 | various minor fixes and updates: | macallan |
| 2019-09-20 | identify TAS3001 from i2c address if there is no 'compatible' property | macallan |
| 2019-08-15 | pass sensor location info to drivers if we can find it | macallan |
| 2019-06-08 | Clean get_props(). | isaki |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | -No functional change: | msaitoh |
| 2019-05-23 | No functional change: | msaitoh |
| 2019-05-16 | switch the default input to line in, to avoid feedback noise on laptops | macallan |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-04-26 | No functional change: | msaitoh |
| 2019-04-25 | No functional change: | msaitoh |
| 2019-04-22 | These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA and | msaitoh |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |