summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-07-30spacingReyk Floeter
2008-07-30Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesReyk Floeter
2008-07-30Free the correct buffer list on failure.Damien Bergamini
2008-07-30fix up a few free -> drm_free() cases that were missed before.Owain Ainsworth
2008-07-29Update to DRM git.Owain Ainsworth
2008-07-29when detaching pcbs, also free the v6 output options so that we do notTheo de Raadt
2008-07-29In ahc_free(), which is invoked if attachment fails, do not free()Miod Vallat
2008-07-29Add an ugly hack to disable DMA on the Tadpole SPARCLE laptop. It doesn'tMark Kettenis
2008-07-29Switch all instances of malloc/free in the DRM to drm_alloc, drm_freeOwain Ainsworth
2008-07-29Stricter bounds checking for values controlling loops or memory allocations,Miod Vallat
2008-07-29Check for multiplication overflow in drm_calloc(). ok oga@Miod Vallat
2008-07-29Give the eisa device a valid bus_dma_tag_t.Miod Vallat
2008-07-29Fix range check in sio_intr_establish().Miod Vallat
2008-07-29The stream header length and flags field are uint8_t not int.Marcus Glocker
2008-07-29check for m_devget() returning NULL, increment ierror countThordur I. Bjornsson
2008-07-29When paused (or overrun), the record ring pointers are not incrementedAlexandre Ratchov
2008-07-29Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), basedMiod Vallat
2008-07-29Add rebuild mark so that we can restart a rebuild upon clean shutdown.Marco Peereboom
2008-07-29- fix FIFO overruns on PCI-E chipsets by setting the DMA sizeReyk Floeter
2008-07-28zap some extra spaces and tabs.Federico G. Schwindt
2008-07-28When getting the string descriptors, fetch 2 bytes (size and type) first,Federico G. Schwindt
2008-07-28ignore PS mode changes and PS-Poll from non-associated STAs.Damien Bergamini
2008-07-28Align the route message length to the next natural boundary via ALIGN() toClaudio Jeker
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-28regenMiod Vallat
2008-07-28Put XBOW in the generated constants, not PCI...Miod Vallat
2008-07-28In addition to cop0 sr, prevent cop0 ic from being modified inMiod Vallat
2008-07-28Remove dead code.Miod Vallat
2008-07-28In process_write_regs() and sigreturn(), be more strict about the bitsMiod Vallat
2008-07-28According to the manual, delay slot kill the benefits of being superscalar,Miod Vallat
2008-07-28syncReyk Floeter
2008-07-28revert AR5416 PCIE to AR5418, the product description is clear aboutReyk Floeter
2008-07-28regenMark Kettenis
2008-07-28Name PLX PEX devices a bit more consistently, and keep them sorted inMark Kettenis
2008-07-28remove an #if noyet block that will never be needed.Thordur I. Bjornsson
2008-07-28regenJonathan Gray
2008-07-28Add devices from submitted dmesgs and some VX800 bits.Jonathan Gray
2008-07-28dont stuff nfs mount point flags into the statfs f_flags member, itsThordur I. Bjornsson
2008-07-28Fix the tracking of RTF_MPATH. Until now the magic happend on the first routeClaudio Jeker
2008-07-28add another 3G modems support to umsm(4).Yojiro Uo
2008-07-28missing "goto err".Damien Bergamini
2008-07-28syncReyk Floeter
2008-07-28new atheros PCI Ids for the ar9k chipsets, change AR5418 to be AR5416 PCIE.Reyk Floeter
2008-07-28reinstate a comment whacked in -r1.138; ok deraadtJason McIntyre
2008-07-28Fix integer truncation in ttwrite(). ok deraadt, miod.Stefan Kempf
2008-07-28syncTheo de Raadt
2008-07-283 plx devices found on Sun T2 systemsTheo de Raadt
2008-07-27Increase the size of the TSB on large memory machines. This make buildingMark Kettenis
2008-07-27sanitize RX path a bit.Damien Bergamini
2008-07-27s/IEEE80211_DPRINTF/DPRINTF/Damien Bergamini