summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-01-30correct the string for 82801HBM RAIDJonathan Gray
2016-01-29Add support for "control/shutdown" power management facilityMike Belopuhov
2016-01-29Add support for XS_WATCH: XenStore notification facilityMike Belopuhov
2016-01-29Cleanup XenStore APIMike Belopuhov
2016-01-29use hid_desc fields since we have them, instead of manual offsetsJoshua Stein
2016-01-29Move the AUDIO_GETDEV ioctl in its own routine.Alexandre Ratchov
2016-01-29Therefor -> Therefore (where appropriate)tb
2016-01-29Move a pool_put() to avoid a use after free.Jonathan Gray
2016-01-28Convert to uiomove. Diff from Martin Natano.Stefan Kempf
2016-01-28Older Xen dom0's don't implement setting version of Grant Table entriesMike Belopuhov
2016-01-27Tighten up next reference calculation, printing fixesMike Belopuhov
2016-01-27Convert min + uiomovei to ulmin + uiomove.Stefan Kempf
2016-01-27Reimplement Grant Table metadata linking and enable dynamic allocationMike Belopuhov
2016-01-27xen_bus_dma_init turned out to be unnecessaryMike Belopuhov
2016-01-27shorten a few long linesMike Belopuhov
2016-01-27Include sys/ioccom.h since _IO* is used.Antoine Jacoutot
2016-01-27Removes the abstraction layer to support multiple executable binaries.Martin Pieuchot
2016-01-27Add a key-value interface to pvbus(4) that allows to get or set valuesReyk Floeter
2016-01-27Remove unused db_sifting().Martin Pieuchot
2016-01-27white space tweaks. no functional change.David Gwynne
2016-01-26- state keys imported by if_pfsync trip refcnt != ~0 AssertAlexandr Nedvedicky
2016-01-26Convert membar_* operations to bus_dmamap_sync callsMike Belopuhov
2016-01-26Rewrite tx path to use flat transmit ring without fragment chainsMike Belopuhov
2016-01-26Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_eventMike Belopuhov
2016-01-26No need to take a grant table entry mutex in xen_grant_table_{enter,remove}Mike Belopuhov
2016-01-26Add a grant table reference invalidation spin out checkMike Belopuhov
2016-01-26Implement a rather conservative bus_dmamap_sync APIMike Belopuhov
2016-01-26Make sure to use locked atomic operations even on the SP kernelMike Belopuhov
2016-01-26Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flipReyk Floeter
2016-01-26prettify a NULL test in vr_start.David Gwynne
2016-01-26dont leak mbufs on encap failure.David Gwynne
2016-01-25- plugging massive pf_state_key leakAlexandr Nedvedicky
2016-01-25Convert to uiomove(). Diff from Martin Natano.Stefan Kempf
2016-01-25Don't count the total number of Xen upcallsMike Belopuhov
2016-01-25Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g.Stefan Sperling
2016-01-25Don't try to interpret htprot data if the last beacon didn't contain such data.Stefan Sperling
2016-01-25Do not mix variable declaration and logic.Martin Pieuchot
2016-01-25Kill "#if 0" version of ddb_init().Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot
2016-01-25Add short comments explaining HT protection modes.Stefan Sperling
2016-01-25Zero when malloc'ing a buffer to be copyed out to userland to avoidJonathan Gray
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-25Revert the minimum number of Rx ring slots back to 32Mike Belopuhov
2016-01-25In vmxnet3_start(), do not send the mbuf to bpf after passing it toReyk Floeter
2016-01-25Replace magic numbers.Masao Uebayashi
2016-01-25don't return an uninitialised value for the SIOCGLIFPHYRTABLE caseJonathan Gray
2016-01-25fix some fallout from the IFQ rototilling.David Gwynne
2016-01-23Typo in comment; from MiodAntoine Jacoutot
2016-01-23In some cases machines with virtualisation extensions will boot into aJonathan Gray
2016-01-23Fix some uses of sizeof where the size of a struct was intended, notJonathan Gray