| Age | Commit message (Expand) | Author |
| 2011-07-15 | add module support | jmcneill |
| 2011-07-02 | fix sequence point errors. diff explains best: | mrg |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-20 | Initialize sensors states before registering. | pgoyette |
| 2011-06-03 | Split device_t/softc of i82586. No crash on TME emulating sun2. | tsutsui |
| 2011-06-02 | Split device_t/softc of all ad1848 variants properly. Compile test only. | tsutsui |
| 2011-06-02 | fix compile failure. | nonaka |
| 2011-05-26 | Convert ltsleep() in atppc(4) to modern interfaces. | jakllsch |
| 2011-05-24 | avoid mutex locking botch and introduce an unlocked version of | mrg |
| 2011-05-18 | #include <sys/bus.h>, not <machine/bus.h>. | dyoung |
| 2011-05-03 | convert a lockless + spltty() combo to a IPL_VM mutex and cv. | mrg |
| 2011-04-24 | use static inline for ec_readmem(), it is not referenced elsewhere | plunky |
| 2011-03-08 | Fix hci_private data. slhci(4) is assuming, it is slhci_softc. not device_t. | kiyohara |
| 2011-02-16 | As suggested by Sverre Froyen in a follow-up to PR # 41698, change the | jruoho |
| 2011-01-18 | treat temperature readings of 0xff as invalid, as I'm somewhat confident | jmcneill |
| 2011-01-16 | save a line of dmesg | jmcneill |
| 2011-01-16 | - catch up with OpenBSD driver, adding support for newer Thinkpad models | jmcneill |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-11-06 | Include uvm/uvm_external.h to access UVM external API (uvm_km_*(9)). | uebayasi |
| 2010-08-21 | If the 'no-legacy-devices' property is present and true, skip device | jmcneill |
| 2010-08-13 | Implement user-settable rfact in itesio. | jakllsch |
| 2010-08-11 | Keep condvar wmesg within 8-char limit | pgoyette |
| 2010-08-08 | move a debug printf to FD_DEBUG. | chs |
| 2010-08-03 | Cast bus_addr_t to void * via uintptr_t to avoid | jakllsch |
| 2010-07-27 | printf() size_t with 'z' format modifier in debug code. | jakllsch |
| 2010-07-27 | Allow aria(4) to compile with AUDIO_DEBUG on LP64. | jakllsch |
| 2010-07-26 | Add PAE to ALL kernel, so that most paddr_t format string errors get caught | jym |
| 2010-07-17 | Put the original NULL pmf handler establishment back where it started, so | pgoyette |
| 2010-07-17 | If this itesio(4) has a watchdog, then set up a real suspend handler to | pgoyette |
| 2010-06-13 | Tidy up a comment. | tsutsui |
| 2010-05-23 | Cast the sum of iobase and iosize to long, not just iobase. Avoids size | jym |
| 2010-05-22 | Split device_t/softc. Based on patch from cegger@. | tsutsui |
| 2010-05-02 | This only needs one bus_space_tag_t. | jakllsch |
| 2010-04-19 | Add default implementations for bus_space_is_equal(9), | dyoung |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-03-24 | Do not use unitialized bus_space_tag_t's. Use the tag(s) from the | dyoung |
| 2010-03-22 | isadma.c: #if 0 some diagnostic code that compares two bus_space_tag_t's. | dyoung |
| 2010-03-22 | Do not disestablish the interrupt handler inside of the interrupt | dyoung |
| 2010-03-19 | support W83667HG (0xa5) in wbsio(4); its hw mon is already supported by lm(4)... | cnst |
| 2010-03-16 | Allow this driver to build for ofppc as well. | he |
| 2010-03-13 | Some KNF. | tsutsui |
| 2010-03-13 | - include "ioconf.h" for struct cfdriver we_cd | tsutsui |
| 2010-03-03 | Put several fixes to ne(4) driver for better 8 bit mode support, | tsutsui |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-21 | New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port. | cnst |
| 2010-01-23 | essattach: printf -> aprint_* | cegger |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-19 | hp@isa was marked non-compiling and broken 14 years ago. I'm sure | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2010-01-02 | make rhis compile. | christos |