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