summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-06-03Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.Theo de Raadt
2017-06-03".section .bss" is portable to more platforms than plain ".bss"Theo de Raadt
2017-06-03use .balign instead of .align, it is portable to more architecturesTheo de Raadt
2017-06-03Add a few sizes to free().Theo Buehler
2017-06-03Add missing NET_LOCK().Martin Pieuchot
2017-06-03Explicitly zero out the wepseed for TKIP and WEP.Theo Buehler
2017-06-03vioblk/virtio: Re-arrange some struct membersStefan Fritsch
2017-06-03Avoid printing garbage when aborting a program that tries to use aTheo Buehler
2017-06-02Perform grant table page allocation outside of the table mutexMike Belopuhov
2017-06-02regenMark Kettenis
2017-06-02Intel HD Graphics 510.Mark Kettenis
2017-06-02Scale the missed beacon counter threshold to the AP's beacon interval.Stefan Sperling
2017-06-02Remove a bogus run_read() call about getting MAC version.Kevin Lo
2017-06-02typo; meant to say locore0.STheo de Raadt
2017-06-02When iwm(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02When iwn(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02Attach the xhci(4) FDT driver to the generic-xhci compatible as well.Patrick Wildt
2017-06-02handle 64bit dva in the tx path as well as the rx path.David Gwynne
2017-06-02only update the tx descriptors high address if it changes.David Gwynne
2017-06-02be less tricky about when ifq_free is handled.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne
2017-06-01Pass the correct dma tag to the load buffer function. Passing t onlyPatrick Wildt
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-06-01Don't panic when we cannot locate a handle for the Serial IO protocol.Patrick Wildt
2017-06-01Sync with amd64 and allow building the i386 bootstrap with clang:Christian Weisgerber
2017-06-01Defering some processing to the soft-interrupt handler introduced aMartin Pieuchot
2017-05-31Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2017-05-31Implement support for missed beacon notifications in iwn(4).Stefan Sperling
2017-05-31Add support for EV_RECEIPT and EV_DISPATCH flagsMike Belopuhov
2017-05-31another place to use ieee80211_min_basic_rate() to select the minimum tx ratePeter Hessler
2017-05-31Use mbuf_queue to properly serialize access to pflow output queue.Visa Hankala
2017-05-31add ieee80211_min_basic_rate() to iwm(4), to select the lowest availablePeter Hessler
2017-05-31Block IPv6 packets in pf(4) that have hop-by-hop options header orAlexander Bluhm
2017-05-31The net80211 stack was providing a 'beacon miss timeout' value (in ms)Stefan Sperling
2017-05-31virtio_pci: Support IPL_MPSAFE interrupt handlersStefan Fritsch
2017-05-31new socketoption SO_ZEROIZE: zero out all mbufs sent over socketMarkus Friedl
2017-05-31Add serial console support for efiboot.YASUOKA Masahiko
2017-05-31Add missing function prototype for iwm_rx_bmiss().Stefan Sperling
2017-05-31Disable "machine boot" and "machine comaddr" from efiboot.YASUOKA Masahiko
2017-05-31Implement support for iwm(4) firmware's missed beacon notification.Stefan Sperling
2017-05-31Optimize virtio_enqueue_trim() a bit by nuking unneededKenneth R Westerback
2017-05-31make a copy of the first EV_SET argument to prevent multiple evaluation.Ted Unangst
2017-05-31Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing andMartin Pieuchot
2017-05-31add some details relating to SATA device power managementJonathan Matthew
2017-05-31fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bitsJonathan Matthew
2017-05-31make vlan use their parents lladdr all the time, not just when theyre up.David Gwynne
2017-05-31avoid going outside array boundsJonathan Gray
2017-05-31Add support for Ralink RT5360. From Kevin Lo who tested with aJonathan Gray
2017-05-31regenJonathan Gray