| Age | Commit message (Expand) | Author |
| 2002-01-14 | Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). | tsutsui |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-09-24 | Change bus_space_mmap() signature to the official one. | eeh |
| 2001-09-11 | Move some logic from dma_start() to dma_setup(); inspired by the sun3 si vers... | pk |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-06-27 | Don't define Debugger() if it's already defined. | fredette |
| 2001-06-11 | Added support for the VME `sc' SCSI board. Compiles, | fredette |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-04-11 | Put back all header files defining ioctls | jdolecek |
| 2001-04-11 | Only install headers which are actually used by our userland. This | jdolecek |
| 2001-03-13 | Update for recent changes to the MI i82586 driver. | tsutsui |
| 2001-03-13 | make this compile again. | chs |
| 2001-03-06 | Don't misuse bus_dmamap_load_raw(). | thorpej |
| 2001-02-24 | whitespace police | lukem |
| 2001-01-22 | Patch from PR kern/8001, submitted by Rafal Boni. | bjh21 |
| 2001-01-15 | Move decl out of __HAVE_OLD_DISKLABEL | fvdl |
| 2001-01-15 | Move declaration out of __HAVE_OLD_DISKLABEL ifdef. | fvdl |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 2000-07-24 | Pass the level and vector to vme_intr_map() in the correct order. | scw |
| 2000-07-22 | Add short device descriptions in comment lines. | pk |
| 2000-07-10 | these don't need <uvm/uvm_extern.h> at all, actually. | mrg |
| 2000-07-07 | Use vme_dmamap_create(). | pk |
| 2000-07-07 | Use vme_dmamap_create(). | pk |
| 2000-07-04 | sparc/dev/sireg.h -> dev/vme/sireg.h | thorpej |
| 2000-07-03 | The `si' driver has been transformed into an MI VME frontend. | pk |
| 2000-06-29 | Fix some missed vm/vm.h -> uvm/uvm_extern.h conversions. | fvdl |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-25 | Fix spelling and formatting. | pk |
| 2000-06-05 | change ifdef __sun3__ to sun3, since the former isn't defined on sun3. | chs |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 2000-05-27 | sleep() -> tsleep() | thorpej |
| 2000-05-19 | A foolish consistency; most parts of the kernel use bp->b_data, so | thorpej |
| 2000-05-16 | Nuke dk_establish() from orbit except from those ports which still use | thorpej |
| 2000-05-10 | No need to specify page alignment; this is automatic. | pk |
| 2000-05-09 | Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs. | pk |
| 2000-04-10 | sparc -> __sparc__ | chs |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-02-25 | add forward declaration of "struct extent", so the extent header doesn't | drochner |
| 2000-02-07 | Fix a bug in disksort_*() which caused non-optimal ordering when multiple | thorpej |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes, plus make it compilable on | thorpej |
| 1999-07-28 | fix the previous fix | drochner |
| 1999-07-28 | make these compile again s/#endif/#else/ | christos |
| 1999-06-30 | update for new VME framework | drochner |
| 1999-06-30 | new, more mi, VME framework | drochner |
| 1999-03-23 | To clear a chunk of bus memory use bus_space_set_regionN(). | pk |