| Age | Commit message (Expand) | Author |
| 2022-01-22 | Change the devhandle_from_*() functions to also take a "super handle", | thorpej |
| 2021-09-15 | Adjust the device_call() calling convention so as to provide type checking | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-05-12 | - Define a device call for PCI bus instances to fetch a direct child's | thorpej |
| 2021-04-30 | If we're enumerating the root bus, skip some well-known nodes that | thorpej |
| 2021-04-27 | If we are attaching the OFW root, print out the banner-name and model | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-02-06 | Wrap some definite-only-in-kernel-environment prototypees in _KERNEL. | thorpej |
| 2021-02-05 | OpenFirmware device handle implementation. | thorpej |
| 2021-02-04 | Split the i2c and spi stuff out into their own files. | thorpej |
| 2021-01-27 | G/C of_match_compatible(). | thorpej |
| 2021-01-27 | Rename of_match_compat_data() to of_compatible_match(). Similarly, | thorpej |
| 2021-01-27 | Use DEVICE_COMPAT_EOL. | thorpej |
| 2021-01-26 | Replace use of of_match_compatible(). | thorpej |
| 2021-01-26 | There is not much point in of_compatible() returning -1 for "no match" | thorpej |
| 2021-01-26 | Minor comment changes. | thorpej |
| 2021-01-25 | s/boolean_t/bool/. boolean_t is obsolete (from Mach), and this | mrg |
| 2021-01-25 | Add "cookietype" to i2c attach args, so the consumer knows if ia_cookie | jmcneill |
| 2021-01-24 | malloc(9) -> kmem(9) | thorpej |
| 2021-01-24 | Rewrite of_network_decode_media() to use strlist_next() and | thorpej |
| 2021-01-24 | Rewrite of_compatible() using strlist_match(). | thorpej |
| 2021-01-24 | Implement of_match_compat_data() using device_compatible_match_strlist(). | thorpej |
| 2021-01-24 | Update a comment. | thorpej |
| 2021-01-24 | Change of_search_compable() to return NULL on no-match, which is much more | thorpej |
| 2021-01-20 | update comment to match new reality | jmcneill |
| 2021-01-18 | Remove "struct of_compat_data" and replace its usage with | thorpej |
| 2020-12-31 | add of_getprop_uint32_array() | ryo |
| 2020-07-16 | Add of_find_bycompat helper to search a tree for a node by compat string. | jmcneill |
| 2020-06-26 | Remove !cold KASSERT - it does not compile on all kernels, and it is not the | martin |
| 2020-06-25 | Fix fallout from migration from alloca() to malloc() in the previous. | rin |
| 2020-06-25 | no need for alloca() in of_compatible(), malloc() is fine | jdolecek |
| 2020-06-12 | Update for proplib(3) API changes. | thorpej |
| 2020-06-11 | Update for proplib(3) API changes. | thorpej |
| 2020-04-03 | various fixes: | macallan |
| 2020-04-03 | make OpenFirmware info available via sysctl.ofw | macallan |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-26 | Fix __HAVE_OLD_DISKLABEL bits so they at least compile. | thorpej |
| 2019-12-06 | revert this change from early this year. it appears the | mrg |
| 2019-08-06 | ofw: add of_enter_spi_devs helper method | tnn |
| 2019-05-29 | KNF. No functional change. | msaitoh |
| 2019-03-27 | Add a disk ioctl DIOCRMWEDGES to remove all wedges of a given disk | martin |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2019-01-08 | workaround a problem with the pegasos firmware interface: | mrg |
| 2018-09-26 | Set "i2c-indirect-config" to false in the right place so that iic(4) | jakllsch |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-23 | Add of_getprop_uint64 | jmcneill |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-26 | In of_enter_i2c_devs(), we no longer need to set a "size" property | thorpej |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |