Age | Commit message (Expand) | Author |
2011-04-05 | We only use the io space in em_reset_hw() on a few MAC types | Jonathan Gray |
2011-04-05 | wd_hibernate_io() is a standalone disk io writer which tries to not | Theo de Raadt |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2011-04-05 | Iopoolification. Testing by marco@. | Kenneth R Westerback |
2011-04-05 | regen | Miod Vallat |
2011-04-05 | Icelandic keyboard mapping. Commited from an Icelandic keyboard. | Miod Vallat |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-05 | provide VSCSI_STAT_RESET so userland can tell us that the connection to | David Gwynne |
2011-04-05 | hid_locate() is supposed to accept the last two arguments being NULL, so | Miod Vallat |
2011-04-05 | Iopoolification to eliminate another few instances of the current | Kenneth R Westerback |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2011-04-05 | add a scsi probe routine so isp(4) can reject high luns when the midlayer | David Gwynne |
2011-04-05 | Deep below wdc_ioc_ata_cmd() it is possible that some controller (present or | Theo de Raadt |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-04-04 | Kill some #if 0'ed code (the 'raw' scsi path). Move splx() | Kenneth R Westerback |
2011-04-04 | detach happens after the hardware is gone, so don't try to touch | Jacob Meuser |
2011-04-04 | the v4l2 spec says that setting time per frame to zero should reset time | Jacob Meuser |
2011-04-04 | Hit this code with a big hammer. It now works on the X201/T510 series | Theo de Raadt |
2011-04-04 | The backplane version of the 82575EB has no link state -- it's always | william |
2011-04-03 | pirofti made me look at wd(4) code, which made me sad. | David Gwynne |
2011-04-03 | put iopools back in. ok gcc | David Gwynne |
2011-04-03 | back iopools out, it was never compiled. | David Gwynne |
2011-04-03 | Another driver made safer for big mem by dma_alloc/dma_free'ing | Kenneth R Westerback |
2011-04-03 | get rid of NO_CCB by moving to iopools. | David Gwynne |
2011-04-03 | move twe over to iopools so we can get rid of another NO_CCB user. this | David Gwynne |
2011-04-03 | Sprinkle spltty around code which plays with either the video memory or | Miod Vallat |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2011-04-03 | No need to include uvm/uvm_extern.h and fix a typo. | Claudio Jeker |
2011-04-03 | Safer, big mem friendly, allocation of ATAPARAMS buf that is the | Kenneth R Westerback |
2011-04-03 | Iopoolification of some less common scsi drivers. | Kenneth R Westerback |
2011-04-03 | Use a own "bounce buffer" that is used to send and receive packets. | Claudio Jeker |
2011-04-02 | - use nitems(); no binary change@ | Jasper Lievisse Adriaanse |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2011-04-02 | Remove bufqs from vnds, as the disk that houses the image | Thordur I. Bjornsson |
2011-04-02 | Safer, big mem friendly, allocation of identify buf that is the | Kenneth R Westerback |
2011-04-02 | correctly handle data underruns. this makes things like ses(4) and safte(4) | David Gwynne |
2011-04-02 | Kill a lot of spaces and make this a bit more KNF. No binary change. | Claudio Jeker |
2011-03-31 | just report the frame interval in the same terms the device gives us. | Jacob Meuser |
2011-03-31 | Don't process packets where the USB xfer length is shorter than a packet | Michael Knudsen |
2011-03-31 | - use nitems(); no binary change. | Jasper Lievisse Adriaanse |
2011-03-28 | Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs. | Claudio Jeker |
2011-03-26 | oops. the frame rate is the inverse of the frame interval. fixes | Jacob Meuser |
2011-03-26 | use 'sizeof(struct usb_video_frame_desc)' instead of a hardcoded | Jacob Meuser |
2011-03-26 | fill in the timestamp when copying a frame into the mmap buffer | Jacob Meuser |
2011-03-26 | fill in support for VIDIOC_ENUM_FRAMEINTERVALS | Jacob Meuser |
2011-03-26 | support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used for | Jacob Meuser |
2011-03-26 | print the supported frame intervals when printing the frame descriptor | Jacob Meuser |
2011-03-25 | * don't try to align our array of frame descriptors with the | Jacob Meuser |
2011-03-25 | * the mjpeg and uncompressed video frame descriptor structures are | Jacob Meuser |
2011-03-25 | * empty the queue of frames in the mmap frame buffer and set the | Jacob Meuser |