summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-12-08Return ENODEV if playback is requested on devices with no DACs orAlexandre Ratchov
2016-12-08Add a routine for setting up interrupt handlers using fdt.Visa Hankala
2016-12-08Add fdt_attach_args and simplebus for implementing fdt-capableVisa Hankala
2016-12-08fix spelling errors and typos, from Michael W. BombardieriTheo de Raadt
2016-12-07Add required padding to the response descriptorMike Belopuhov
2016-12-07Response status field is signed; adjust the debug messageMike Belopuhov
2016-12-07Fall back to the minimum amount of ring pagesMike Belopuhov
2016-12-07splbio isn't doing us any good here and prevents polling from workingMike Belopuhov
2016-12-07Add mira support to iwn(4).Stefan Sperling
2016-12-07Add a commented out entry for xbf(4)Mike Belopuhov
2016-12-07Add xbf(4)Mike Belopuhov
2016-12-07A driver for Xen Blkfront heavily based on vdsk(4) from kettenis@Mike Belopuhov
2016-12-07Add a simple mechanism to poll for a change in the property valueMike Belopuhov
2016-12-07Factor out the polling loop into a separate functionMike Belopuhov
2016-12-07Return proper error values from xs_{get,set}propMike Belopuhov
2016-12-07Remove some leftovers from before the dynamic grant table codeMike Belopuhov
2016-12-06regenMike Belopuhov
2016-12-06X557 is the name of an external PHY not the PCI deviceMike Belopuhov
2016-12-06Get PTE shift using PTE_LOG.Visa Hankala
2016-12-06Don't forget to return an errorMike Belopuhov
2016-12-06Improve error handling and don't fail if SFP module is not present;Mike Belopuhov
2016-12-06Let X552 SFP+ boot without a module plugged inMike Belopuhov
2016-12-06Make sure iwm(4) only calls ieee80211_mira_choose() while in RUN state.Stefan Sperling
2016-12-06The kvop is not mandatory to query the type, fixes hostctl -t on vmm(4) VMs.Reyk Floeter
2016-12-06avoid a potentially uninitialised return valueJonathan Gray
2016-12-06Use the sizeof udphdr not the sizeof a pointer to it in the af-toJonathan Gray
2016-12-05Remove recursive splsoftnet()s in ioctl(2) path.Martin Pieuchot
2016-12-05Harmonize battery state thresholds accross platforms.Frederic Cambus
2016-12-05Propagate error type in validation functions that callRafael Zalamena
2016-12-05Remove the flow id from the flow entry struct and the global variable,Rafael Zalamena
2016-12-05Add missing prototypes for all functions declared in the file.Rafael Zalamena
2016-12-05Remove unused variable. From Michael W. Bombardieri <mb@ii.net>. Thanks!Alexandre Ratchov
2016-12-04Add handling for the second interrupt bank.Visa Hankala
2016-12-04Since net/route.c r1.337 interface priority factors into route priorityStefan Sperling
2016-12-03Fix memory leak.Visa Hankala
2016-12-03Implement octeon_intr_disestablish().Visa Hankala
2016-12-03luna88k bootloader needs __ashldi3 to compile sys/lib/libsa/ufs.c 1.26.Kenji Aoyama
2016-12-02Clean up leftovers from r1.442.Vincent Gross
2016-12-02Limit the amount of flows that can be installed on flow tables.Rafael Zalamena
2016-12-02Fix some spelling errors in the OpenFlow header and update the tcpdump(8)Rafael Zalamena
2016-12-02Use the right variable for storing the maximum group table size and useRafael Zalamena
2016-12-02regenMike Belopuhov
2016-12-028086:154a is not a QSFP model, possibly just a quad portMike Belopuhov
2016-12-02Don't overwrite the selected flow control settingsMike Belopuhov
2016-12-02Sinc rings are created during attach memory allocations shouldn't sleepMike Belopuhov
2016-12-02Disable the TX laser when interface is going down for all fiber modulesMike Belopuhov
2016-12-02Drop stale prototypes and an outdated comment.Visa Hankala
2016-12-02Simplify interrupt dispatching by processing requests withoutVisa Hankala
2016-12-02Assert that rt_match() is always called at IPL_SOFTNET rather thanMartin Pieuchot
2016-12-02Rremoves 'struct route_in6 *' argument from in6_selectsrc().Martin Pieuchot