Age | Commit message (Expand) | Author |
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat |
2008-06-22 | One last forgotten FREE(). | Miod Vallat |
2008-05-19 | Change all remaining MD uses of MALLOC and FREE into proper malloc() and | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-12-20 | Stricter range checks in mmap function. | Miod Vallat |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2007-05-29 | TAILQ_LAST takes two arguments. | Pierre-Yves Ritschard |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-06-21 | let this compile after time.h changes | Theo de Raadt |
2006-06-11 | Factorize spl handling functions and software interrupt routines between | Miod Vallat |
2006-06-02 | feild -> field | Miod Vallat |
2006-04-22 | Correct an evil typo which broke MVME147 support. | Miod Vallat |
2006-04-21 | Since bugtty (and BUG routines in general) can only work if we keep the BUG | Miod Vallat |
2006-04-16 | Convert the last remaining net-driver users of ether_input to ether_input_mbuf. | Christopher Pascoe |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-15 | Correct checks against cd_ndevs - valid numbers are strictly inferior to | Miod Vallat |
2006-03-04 | Dead meat. | Miod Vallat |
2006-01-17 | since bcopy/bzero will be assigned to these pointers, get the size_t in the c... | Theo de Raadt |
2006-01-11 | Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from. | Miod Vallat |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-27 | Get rid of the `len' locator for VME devices, since mappings have a page | Miod Vallat |
2005-11-25 | We don't have a va mapping in match() so don't bother trying to use badvaddr() | Miod Vallat |
2005-11-24 | Prefer vaddr_t and paddr_t types in device softc, instead of void * and | Miod Vallat |
2005-11-21 | contorl -> control | Miod Vallat |
2005-10-27 | stupid me, of course these MD macros need to be converted to MI macros | Martin Reindl |
2005-08-14 | Use dma_cachectl() with the right size rather than DCIAS() which implies a | Miod Vallat |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-09-29 | Ratibibugle now useless evcnt structures. | Miod Vallat |
2004-09-15 | Crude diff to allow user break on zs to enter ddb, for 147/1x2; spotted | Miod Vallat |
2004-08-09 | Unbreak RAMDISK; deraadt | Miod Vallat |
2004-07-31 | Always reset the cd2400 chip if console, and do not partially reprogram | Miod Vallat |
2004-07-31 | Use cons_decl() instead of homemade wrong prototypes. | Miod Vallat |
2004-07-30 | Move struct evcount inside struct intrhand, and modernize intrhand | Miod Vallat |
2004-07-30 | Might count timer interrupts as well (oops). | Miod Vallat |
2004-07-30 | Switch mvme68k to evcount interrupt counters. | Miod Vallat |
2004-07-03 | Oops, one more mmap() bounds check. | Miod Vallat |
2004-07-03 | On 1[67]7 boards, always use the VMEChip2 timers for delay(), even if the | Miod Vallat |
2004-07-02 | During bootup, only print the VMEChip2 decoder settings for those which are | Miod Vallat |
2004-07-02 | Remove unused code, per mvme88k. | Miod Vallat |
2004-07-02 | Stricter bounds checking for mmap() calls. | Miod Vallat |