summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-11-13Fix typo in comment: it's vm.loadavg, not kern.loadavg.Theo Buehler
2016-11-12Revert unrelated bits that snuck in previous.Jeremie Courreges-Anglas
2016-11-12Bump VNDNLEN from 90 to 1024 bytes, to avoid "VNDIOCSET: File name too long"Jeremie Courreges-Anglas
2016-11-11Export p_cpuid via sysctl for all processes; ok guentherMike Belopuhov
2016-11-11Reorder atomic operations dealing with sc_tx_availMike Belopuhov
2016-11-11Remove mutexes protection from the switchctl as they don't seem to beRafael Zalamena
2016-11-10Add support for "allwinner,sun9i-a80-apb1-clk" compatible clocks.Mark Kettenis
2016-11-10Set the reserved field to zeroMike Belopuhov
2016-11-10Restart the IFQ transmit routine only once per interruptMike Belopuhov
2016-11-10RNDIS data command is always the same and can be reusedMike Belopuhov
2016-11-10Add support for partial writes in switchwrite so we can use multipleRafael Zalamena
2016-11-10Use the NdpIndex of the NCM header as the offset of the NCM pointer insteadGerhard Roth
2016-11-10Fix swofp_send_error mbuf handling so it doesn't leak mbufs and set theRafael Zalamena
2016-11-10Typo in the guardMartin Pieuchot
2016-11-10Don't forget to set the descriptor ready flag after decapsulationMike Belopuhov
2016-11-10Match Apple NVMe controller by product ID, yes apple is different.Martin Pieuchot
2016-11-10regenMartin Pieuchot
2016-11-10Apple NVMe controllerMartin Pieuchot
2016-11-09Simplify the switchread loop and fix the case where only first mbuf inRafael Zalamena
2016-11-09Do not call splsoftnet() recursively, this won't work with a lock.Martin Pieuchot
2016-11-09Do not call splsoftnet() recursively, this won't work with a lock.Martin Pieuchot
2016-11-09Do not dereference a variable without initializing it beforehand.Martin Pieuchot
2016-11-08Reserve extra space for the bufring header structureMike Belopuhov
2016-11-08Add a few more easy sun9i-a80 clocks.Mark Kettenis
2016-11-08Add support for "allwinner,sun9i-a80-mmc-clk" compatible clocks.Mark Kettenis
2016-11-08Add support for sun9i-a80, the Allwinner A80.Mark Kettenis
2016-11-08Add support for sun9i-a80, the Allwinner A80.Mark Kettenis
2016-11-08Teach switch(4) device read(2) operations to behave like a stream socket,Rafael Zalamena
2016-11-08No longer need radix.hMartin Pieuchot
2016-11-08RIP ifa_ifwithnet()Martin Pieuchot
2016-11-08Only use the routing table for source address selection when processing IPMartin Pieuchot
2016-11-08Use rtalloc(9) instead of ifa_ifwithnet().Martin Pieuchot
2016-11-08Remove superfluous DMA synchronization now that the stack is doing it forMartin Pieuchot
2016-11-08fix debug buildMike Larkin
2016-11-08Remove dead store. From Michael W. Bombardieri <mb at ii.net>. Thanks.Alexandre Ratchov
2016-11-08Log start/stop of DMA if AUDIO_DEBUG is defined and be less verboseAlexandre Ratchov
2016-11-07rename some types and functions to make the code easier to read.David Gwynne
2016-11-07Add validation for input data that we use as switch configuration, like:Rafael Zalamena
2016-11-07Handle IP address information requestsMike Belopuhov
2016-11-07Remove duplicated call for splnet() inside the swofp_mp_recv_port_stats()Rafael Zalamena
2016-11-07Change swofp_flow_entry_put_instructions() parameters to be like the otherRafael Zalamena
2016-11-07Kill duplicated declarations.Martin Pieuchot
2016-11-07ARP and NDP timeouts mess with the routing table, so they need a processMartin Pieuchot
2016-11-07Use goto for consistently instead of splx() and return.Martin Pieuchot
2016-11-07Hide FIX_SSTEP() behind #ifdef _KERNELPhilip Guenther
2016-11-07Fix typo in commentPhilip Guenther
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-06Avoid calling usbd_set_config_no() in *_attach() and let the stack doMartin Pieuchot