summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-03Use a own "bounce buffer" that is used to send and receive packets.Claudio Jeker
2011-04-02just some spaces; no binary change.Marco Peereboom
2011-04-02Remove the AMD GART based iommu code.Owain Ainsworth
2011-04-02- use nitems(); no binary change@Jasper Lievisse Adriaanse
2011-04-02Iopoolification.Kenneth R Westerback
2011-04-02Enable bigmem by default on amd64.Bob Beck
2011-04-02dont let pfsync defer packets for states with NOSYNC set.David Gwynne
2011-04-02The dma pools need to be IPL_VMTheo de Raadt
2011-04-02Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, soPhilip Guenthe
2011-04-02Constrain the buffer cache to use only the dma reachable region of memory.Bob Beck
2011-04-02Constraint checking - ensure that physical addresses for dma are belowBob Beck
2011-04-02remove the vnode_if.* files, as they are now totallyThordur I. Bjornsson
2011-04-02Remove bufqs from vnds, as the disk that houses the imageThordur I. Bjornsson
2011-04-02Safer, big mem friendly, allocation of identify buf that is theKenneth R Westerback
2011-04-02rmeove the link1 hack, it is in the way, it is only half-baked and doesn'tHenning Brauer
2011-04-02correctly handle data underruns. this makes things like ses(4) and safte(4)David Gwynne
2011-04-02Count the number of physical pages within a memory range.Ariane van der Steldt
2011-04-02add a pipex ioctl that lets you specify a description on pppx interfaces byDavid Gwynne
2011-04-02configure the addresses on the pppx interface when its created by npppd soDavid Gwynne
2011-04-02add the local ip address to the session request ioctl so npppd can tell itDavid Gwynne
2011-04-02Kill a lot of spaces and make this a bit more KNF. No binary change.Claudio Jeker
2011-04-01Fix comment: amd64's list of callee-saved registers isn't the same as i386Philip Guenthe
2011-04-01Two problems with vslock_device functions.Artur Grabowski
2011-04-01Typo in comment.Kenneth R Westerback
2011-03-31just report the frame interval in the same terms the device gives us.Jacob Meuser
2011-03-31Recognize Loongson 3A processors, but don't accept to run on them yet, theMiod Vallat
2011-03-31- use nitems(); no binary change.Jasper Lievisse Adriaanse
2011-03-31Don't process packets where the USB xfer length is shorter than a packetMichael Knudsen
2011-03-31- use nitems(); no binary change.Jasper Lievisse Adriaanse
2011-03-31- use nitems(); no binary changeJasper Lievisse Adriaanse
2011-03-30Use #ifdef TRAPDEBUG and fix indentation.Joel Sing
2011-03-30Fix diagnostic by correctly initialising oldcpl.Joel Sing
2011-03-28Include mlphy(4) to the kernels that include tl(4).Claudio Jeker
2011-03-28Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs.Claudio Jeker
2011-03-28Clean nodes until the number of cached nodes is smaller than the maximum numberMark Kettenis
2011-03-27Save r4-r18. Even though the firmware specification says these registers areMark Kettenis
2011-03-27Make sure the message buffer area is not zeroed unconditionaly, instead letMiod Vallat
2011-03-26oops. the frame rate is the inverse of the frame interval. fixesJacob Meuser
2011-03-26use 'sizeof(struct usb_video_frame_desc)' instead of a hardcodedJacob Meuser
2011-03-26fill in the timestamp when copying a frame into the mmap bufferJacob Meuser
2011-03-26fill in support for VIDIOC_ENUM_FRAMEINTERVALSJacob Meuser
2011-03-26support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used forJacob Meuser
2011-03-26print the supported frame intervals when printing the frame descriptorJacob Meuser
2011-03-25* don't try to align our array of frame descriptors with theJacob Meuser
2011-03-25* the mjpeg and uncompressed video frame descriptor structures areJacob Meuser
2011-03-25* empty the queue of frames in the mmap frame buffer and set theJacob Meuser
2011-03-25Include original rdomain in DIOCNATLOOK. This allows userland proxiesClaudio Jeker
2011-03-24Reassemble IPv6 fragments in pf. In the forward case, pf refragmentsAlexander Bluhm
2011-03-24Process interrupts in priority order. Joint work with jsing@.Mark Kettenis
2011-03-24remove whitespaceRobert Nagy