Age | Commit message (Expand) | Author |
2011-04-03 | Use a own "bounce buffer" that is used to send and receive packets. | Claudio Jeker |
2011-04-02 | just some spaces; no binary change. | Marco Peereboom |
2011-04-02 | Remove the AMD GART based iommu code. | Owain Ainsworth |
2011-04-02 | - use nitems(); no binary change@ | Jasper Lievisse Adriaanse |
2011-04-02 | Iopoolification. | Kenneth R Westerback |
2011-04-02 | Enable bigmem by default on amd64. | Bob Beck |
2011-04-02 | dont let pfsync defer packets for states with NOSYNC set. | David Gwynne |
2011-04-02 | The dma pools need to be IPL_VM | Theo de Raadt |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2011-04-02 | Constrain the buffer cache to use only the dma reachable region of memory. | Bob Beck |
2011-04-02 | Constraint checking - ensure that physical addresses for dma are below | Bob Beck |
2011-04-02 | remove the vnode_if.* files, as they are now totally | Thordur I. Bjornsson |
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 | rmeove the link1 hack, it is in the way, it is only half-baked and doesn't | Henning Brauer |
2011-04-02 | correctly handle data underruns. this makes things like ses(4) and safte(4) | David Gwynne |
2011-04-02 | Count the number of physical pages within a memory range. | Ariane van der Steldt |
2011-04-02 | add a pipex ioctl that lets you specify a description on pppx interfaces by | David Gwynne |
2011-04-02 | configure the addresses on the pppx interface when its created by npppd so | David Gwynne |
2011-04-02 | add the local ip address to the session request ioctl so npppd can tell it | David Gwynne |
2011-04-02 | Kill a lot of spaces and make this a bit more KNF. No binary change. | Claudio Jeker |
2011-04-01 | Fix comment: amd64's list of callee-saved registers isn't the same as i386 | Philip Guenthe |
2011-04-01 | Two problems with vslock_device functions. | Artur Grabowski |
2011-04-01 | Typo in comment. | Kenneth R Westerback |
2011-03-31 | just report the frame interval in the same terms the device gives us. | Jacob Meuser |
2011-03-31 | Recognize Loongson 3A processors, but don't accept to run on them yet, the | Miod Vallat |
2011-03-31 | - use nitems(); no binary change. | Jasper Lievisse Adriaanse |
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-31 | - use nitems(); no binary change | Jasper Lievisse Adriaanse |
2011-03-30 | Use #ifdef TRAPDEBUG and fix indentation. | Joel Sing |
2011-03-30 | Fix diagnostic by correctly initialising oldcpl. | Joel Sing |
2011-03-28 | Include mlphy(4) to the kernels that include tl(4). | Claudio Jeker |
2011-03-28 | Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs. | Claudio Jeker |
2011-03-28 | Clean nodes until the number of cached nodes is smaller than the maximum number | Mark Kettenis |
2011-03-27 | Save r4-r18. Even though the firmware specification says these registers are | Mark Kettenis |
2011-03-27 | Make sure the message buffer area is not zeroed unconditionaly, instead let | Miod Vallat |
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 |
2011-03-25 | Include original rdomain in DIOCNATLOOK. This allows userland proxies | Claudio Jeker |
2011-03-24 | Reassemble IPv6 fragments in pf. In the forward case, pf refragments | Alexander Bluhm |
2011-03-24 | Process interrupts in priority order. Joint work with jsing@. | Mark Kettenis |
2011-03-24 | remove whitespace | Robert Nagy |