| Age | Commit message (Expand) | Author |
| 2011-07-28 | hiding PCI_MAGIC_IO_RANGE from userland is counter-productive | macallan |
| 2011-07-27 | Change a cast to appease gcc4.5 | matt |
| 2011-07-27 | Make this use offsetof and __typeof__ to appease gcc4.5 | matt |
| 2011-07-27 | move clearing PSL_IP in ofwmsr back where it was - if we do it too early my | macallan |
| 2011-07-27 | Don't attach same ivec's event coutner more than once. They are | nakayama |
| 2011-07-27 | ivec is assigned to hardware, so count its event counter up in | nakayama |
| 2011-07-27 | Make atoi() use strtoll from libkern. | njoly |
| 2011-07-27 | These don't need uvm/uvm_extern.h. | uebayasi |
| 2011-07-27 | KNF, use uintNN_t, tab/space cosmetics etc. | tsutsui |
| 2011-07-27 | Include uvm/uvm_extern.h only once. | uebayasi |
| 2011-07-27 | Forward-declare struct vmspace to reduce dependencies on uvm/uvm_extern.h. | uebayasi |
| 2011-07-27 | - split device_t/softc and use device_t and cfdata_t etc. | tsutsui |
| 2011-07-27 | cleanup some DIAGNOSTIC and KASSERT code | plunky |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-26 | Don't copy iobase and iosize members from pcmciabus_attach_args to the | dyoung |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-26 | Replace anonymous constants, 0x10, 0x14, ..., with PCI_BAR(0), | dyoung |
| 2011-07-26 | Build sh3/sh3/sh3_bus_space.c only for mmeye. | dyoung |
| 2011-07-26 | Make atoi func static, and constify | njoly |
| 2011-07-26 | sigpost: don't interfere coredump. PR/45032 | yamt |
| 2011-07-26 | fix a botch in PRIxVADDR change (rev.1.38) | yamt |
| 2011-07-26 | stop using lbolt in tty | yamt |
| 2011-07-26 | comments. related to PR/44969 | yamt |
| 2011-07-26 | try to fill ld_locked/ld_unlocked for shared acquisition of lock | yamt |
| 2011-07-26 | sleepq_insert: call lwp_eprio only when necessary | yamt |
| 2011-07-26 | assertion | yamt |
| 2011-07-26 | - add PCID | yamt |
| 2011-07-26 | comment | yamt |
| 2011-07-26 | whitespace | yamt |
| 2011-07-26 | g/c round_pdr | yamt |
| 2011-07-26 | convert to device_t, cfdata_t and CFATTACH_DECL_NEW. | mrg |
| 2011-07-26 | finish device_t-ification | macallan |
| 2011-07-25 | nflash is dead. remove it. | matt |
| 2011-07-25 | Move some macros back to sh3/include/bus_funcs.h from | dyoung |
| 2011-07-25 | Constify bus_space_reserve_subregion() implementation. | dyoung |
| 2011-07-25 | In _bus_dmamap_load_busaddr(), just return 0 instead of assigning an | dyoung |
| 2011-07-25 | Fix RASOPS_SMALL build | njoly |
| 2011-07-25 | Move the sh_memio_*() declarations back to sh3/include/bus_funcs.h. | dyoung |
| 2011-07-25 | #include <sys/bus.h>. Should fix most of the SH3 ports. | dyoung |
| 2011-07-25 | Change u_intXX_t to uintXX_t throughout. | dyoung |
| 2011-07-25 | Add additional Radeon devices from FreeBSD via Dragon Fly BSD. | jakllsch |
| 2011-07-25 | Add support for MEMSIZE to limit the amount of memory detected. | matt |
| 2011-07-25 | Add MEMSIZE defparam | matt |
| 2011-07-25 | Regen. | jruoho |
| 2011-07-25 | Add few devices that should be exactly identical with the Hauppauge WinTV | jruoho |
| 2011-07-25 | Remove unconditional debugging code. Also, a few other cleanups. | jakllsch |
| 2011-07-25 | And... explain xbd(4). | jym |
| 2011-07-25 | KNF. No functional change. | jym |
| 2011-07-24 | Add more comments to xbdback(4) code. These make the continuations a bit | jym |
| 2011-07-24 | Gdium needs MBR support since the firmware only knows how to boot from e2fs | macallan |